summaryrefslogtreecommitdiffstats
path: root/src/graphlayout
diff options
context:
space:
mode:
authorJoshua L. Blocher <verbalshadow@gmail.com>2009-01-12 01:25:52 +0000
committerverbalshadow <verbalshadow@users.sourceforge.net>2009-01-12 01:25:52 +0000
commit431b6e2c2cfe6c10b101aaaf296550b4ec44c862 (patch)
treef962e3973c84b43e63ab44a3e9681876edde076c /src/graphlayout
parentcopyedit (diff)
downloadinkscape-431b6e2c2cfe6c10b101aaaf296550b4ec44c862.tar.gz
inkscape-431b6e2c2cfe6c10b101aaaf296550b4ec44c862.zip
Cmake: Fixed the extra -l in the link command, plus a add linking for all sub-libs of inkscape.
(bzr r7120)
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