Code

Cmake: Fixed the extra -l in the link command, plus a add linking for all sub-libs...
[inkscape.git] / src / application / CMakeLists.txt
index aa1a039113230889c2fbbff593971ea5baf4d6b1..c09279395439bffffebc67a30fe03bee8865e7bf 100644 (file)
@@ -3,4 +3,6 @@ editor.cpp
 application.cpp
 app-prototype.cpp
 )
-ADD_LIBRARY(application STATIC ${application_SRC})
\ No newline at end of file
+ADD_LIBRARY(application STATIC ${application_SRC})
+TARGET_LINK_LIBRARIES(application
+2geom ${INKSCAPE_LIBS})
\ No newline at end of file