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/libavoid/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/libavoid') diff --git a/src/libavoid/CMakeLists.txt b/src/libavoid/CMakeLists.txt index db24527f1..df532c564 100644 --- a/src/libavoid/CMakeLists.txt +++ b/src/libavoid/CMakeLists.txt @@ -13,3 +13,5 @@ vertices.cpp visibility.cpp ) ADD_LIBRARY(avoid STATIC ${libavoid_SRC}) +TARGET_LINK_LIBRARIES(avoid +${INKSCAPE_LIBS}) \ No newline at end of file -- cgit v1.2.3