Code

Cmake: Fixed the extra -l in the link command, plus a add linking for all sub-libs...
[inkscape.git] / src / live_effects / CMakeLists.txt
index 80a982bc3c0338abdb3d05bb694ac0e6733066b9..adf172247793aa341d55994a58c3f35f3e203d3a 100644 (file)
@@ -31,4 +31,6 @@ lpe-dynastroke.cpp
 spiro.cpp
 ${live_effects_parameter_SRC}
 )
-ADD_LIBRARY(live_effects STATIC ${live_effects_SRC})
\ No newline at end of file
+ADD_LIBRARY(live_effects STATIC ${live_effects_SRC})
+TARGET_LINK_LIBRARIES(live_effects
+2geom ${INKSCAPE_LIBS})
\ No newline at end of file