Code

Cmake: Fixed the extra -l in the link command, plus a add linking for all sub-libs...
[inkscape.git] / src / debug / CMakeLists.txt
index 27088acf9446f574863cd8807aca3f11891a127e..26c4e6934fc9a1b724234fdbf302bab9d56cd901 100644 (file)
@@ -7,4 +7,6 @@ sysv-heap.cpp
 timestamp.cpp
 gdk-event-latency-tracker.cpp
 )
-ADD_LIBRARY(debug STATIC ${debug_SRC})
\ No newline at end of file
+ADD_LIBRARY(debug STATIC ${debug_SRC})
+TARGET_LINK_LIBRARIES(debug
+2geom ${INKSCAPE_LIBS})
\ No newline at end of file