diff options
Diffstat (limited to 'src/live_effects')
| -rw-r--r-- | src/live_effects/CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/live_effects/CMakeLists.txt b/src/live_effects/CMakeLists.txt index 80a982bc3..adf172247 100644 --- a/src/live_effects/CMakeLists.txt +++ b/src/live_effects/CMakeLists.txt @@ -31,4 +31,6 @@ lpe-dynastroke.cpp spiro.cpp ${live_effects_parameter_SRC} ) -ADD_LIBRARY(live_effects STATIC ${live_effects_SRC})
\ No newline at end of file +ADD_LIBRARY(live_effects STATIC ${live_effects_SRC}) +TARGET_LINK_LIBRARIES(live_effects +2geom ${INKSCAPE_LIBS})
\ No newline at end of file |
