Code

Cmake: Fixed the extra -l in the link command, plus a add linking for all sub-libs...
[inkscape.git] / src / bind / CMakeLists.txt
index 0708c3eff71918f8e02ee1d707070b4b618947bb..a6b5b6883da70a0ab2b495464ee7d74ca18b7ba3 100644 (file)
@@ -2,4 +2,6 @@ SET(bind_SRC
 dobinding.cpp
 javabind.cpp
 )
-ADD_LIBRARY(bind STATIC ${bind_SRC})
\ No newline at end of file
+ADD_LIBRARY(bind STATIC ${bind_SRC})
+TARGET_LINK_LIBRARIES(bind
+${INKSCAPE_LIBS})
\ No newline at end of file