summaryrefslogtreecommitdiffstats
path: root/src/pedro
diff options
context:
space:
mode:
Diffstat (limited to 'src/pedro')
-rw-r--r--src/pedro/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/pedro/CMakeLists.txt b/src/pedro/CMakeLists.txt
index 207afd451..cb9a01b2f 100644
--- a/src/pedro/CMakeLists.txt
+++ b/src/pedro/CMakeLists.txt
@@ -8,4 +8,6 @@ pedrodom.cpp
pedroutil.cpp
pedroxmpp.cpp
)
-ADD_LIBRARY(pedro STATIC ${pedro_SRC}) \ No newline at end of file
+ADD_LIBRARY(pedro STATIC ${pedro_SRC})
+TARGET_LINK_LIBRARIES(pedro
+${INKSCAPE_LIBS}) \ No newline at end of file