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/libcroco/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/libcroco') diff --git a/src/libcroco/CMakeLists.txt b/src/libcroco/CMakeLists.txt index cee248a2a..3ca55b4b5 100644 --- a/src/libcroco/CMakeLists.txt +++ b/src/libcroco/CMakeLists.txt @@ -26,5 +26,7 @@ cr-term.c cr-tknzr.c cr-token.c cr-utils.c -) +) ADD_LIBRARY(croco STATIC ${libcroco_SRC}) +TARGET_LINK_LIBRARIES(croco +${INKSCAPE_LIBS}) \ No newline at end of file -- cgit v1.2.3