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