summaryrefslogtreecommitdiffstats
path: root/src/application
diff options
context:
space:
mode:
Diffstat (limited to 'src/application')
-rw-r--r--src/application/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/application/CMakeLists.txt b/src/application/CMakeLists.txt
index aa1a03911..c09279395 100644
--- a/src/application/CMakeLists.txt
+++ b/src/application/CMakeLists.txt
@@ -3,4 +3,6 @@ editor.cpp
application.cpp
app-prototype.cpp
)
-ADD_LIBRARY(application STATIC ${application_SRC}) \ No newline at end of file
+ADD_LIBRARY(application STATIC ${application_SRC})
+TARGET_LINK_LIBRARIES(application
+2geom ${INKSCAPE_LIBS}) \ No newline at end of file