We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae642fa commit e112b92Copy full SHA for e112b92
1 file changed
dependencies/CMakeLists.txt
@@ -29,7 +29,9 @@ add_library(giflib SHARED ${GIFLIB_SRC})
29
target_compile_options(giflib PRIVATE -w -fno-builtin -g -c -W -Wreturn-type -Wcomment -O3)
30
31
if (NOT UNIX)
32
- target_link_libraries(polyclipping lodepng giflib PUBLIC -static)
+ target_link_libraries(polyclipping PUBLIC -static)
33
+ target_link_libraries(lodepng PUBLIC -static)
34
+ target_link_libraries(giflib PUBLIC -static)
35
endif (UNIX)
36
37
install(TARGETS polyclipping lodepng giflib
0 commit comments