From 431b6e2c2cfe6c10b101aaaf296550b4ec44c862 Mon Sep 17 00:00:00 2001 From: "Joshua L. Blocher" Date: Mon, 12 Jan 2009 01:25:52 +0000 Subject: Cmake: Fixed the extra -l in the link command, plus a add linking for all sub-libs of inkscape. (bzr r7120) --- src/graphlayout/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/graphlayout') 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 -- cgit v1.2.3