about summary refs log tree commit diff
path: root/pkgs/games/vvvvvv/utf8cpp.patch
blob: fc279564e759b28b058c155599bbea6d617a5960 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/desktop_version/CMakeLists.txt b/desktop_version/CMakeLists.txt
index 7405c122..68ba40e3 100644
--- a/desktop_version/CMakeLists.txt
+++ b/desktop_version/CMakeLists.txt
@@ -296,7 +296,7 @@ if(BUNDLE_DEPENDENCIES)
 else()
 	find_package(utf8cpp CONFIG)
 
-	target_link_libraries(VVVVVV physfs tinyxml2 utf8cpp lodepng-static)
+	target_link_libraries(VVVVVV physfs tinyxml2 utf8cpp::utf8cpp lodepng-static)
 endif()
 
 # SDL2 Dependency (Detection pulled from FAudio)