diff options
Diffstat (limited to 'src/debug')
| -rw-r--r-- | src/debug/CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/debug/CMakeLists.txt b/src/debug/CMakeLists.txt index 27088acf9..26c4e6934 100644 --- a/src/debug/CMakeLists.txt +++ b/src/debug/CMakeLists.txt @@ -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 |
