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/live_effects/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/live_effects') diff --git a/src/live_effects/CMakeLists.txt b/src/live_effects/CMakeLists.txt index 80a982bc3..adf172247 100644 --- a/src/live_effects/CMakeLists.txt +++ b/src/live_effects/CMakeLists.txt @@ -31,4 +31,6 @@ lpe-dynastroke.cpp spiro.cpp ${live_effects_parameter_SRC} ) -ADD_LIBRARY(live_effects STATIC ${live_effects_SRC}) \ No newline at end of file +ADD_LIBRARY(live_effects STATIC ${live_effects_SRC}) +TARGET_LINK_LIBRARIES(live_effects +2geom ${INKSCAPE_LIBS}) \ No newline at end of file -- cgit v1.2.3