diff options
Diffstat (limited to 'src/removeoverlap')
| -rw-r--r-- | src/removeoverlap/CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/removeoverlap/CMakeLists.txt b/src/removeoverlap/CMakeLists.txt index abb01eb55..7f71c29dc 100644 --- a/src/removeoverlap/CMakeLists.txt +++ b/src/removeoverlap/CMakeLists.txt @@ -1,4 +1,6 @@ SET(removeoverlap_SRC removeoverlap.cpp ) -ADD_LIBRARY(removeoverlap STATIC ${removeoverlap_SRC})
\ No newline at end of file +ADD_LIBRARY(removeoverlap STATIC ${removeoverlap_SRC}) +TARGET_LINK_LIBRARIES(removeoverlap +2geom ${INKSCAPE_LIBS})
\ No newline at end of file |
