Code

Cmake: Fixed the extra -l in the link command, plus a add linking for all sub-libs...
[inkscape.git] / src / trace / CMakeLists.txt
index 0eb445dee57affed0389be4492e8cc2abf35551a..3cb378995dbcbfb424402e9ee67a9550064435a2 100644 (file)
@@ -8,4 +8,6 @@ siox.cpp
 trace.cpp
 ${trace_potrace_SRC}
 )
-ADD_LIBRARY(trace STATIC ${trace_SRC})
\ No newline at end of file
+ADD_LIBRARY(trace STATIC ${trace_SRC})
+TARGET_LINK_LIBRARIES(trace
+2geom ${INKSCAPE_LIBS})
\ No newline at end of file