diff options
Diffstat (limited to 'src/helper')
| -rw-r--r-- | src/helper/CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/helper/CMakeLists.txt b/src/helper/CMakeLists.txt index fe8179199..8f42a0d5a 100644 --- a/src/helper/CMakeLists.txt +++ b/src/helper/CMakeLists.txt @@ -24,4 +24,6 @@ sp-marshal.list ${CMAKE_CURRENT_BINARY_DIR}/sp-marshal.cpp ${CMAKE_CURRENT_BINARY_DIR}/sp-marshal.h ) -ADD_LIBRARY(helper STATIC ${helper_SRC})
\ No newline at end of file +ADD_LIBRARY(helper STATIC ${helper_SRC}) +TARGET_LINK_LIBRARIES(helper +2geom ${INKSCAPE_LIBS})
\ No newline at end of file |
