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/libnrtype/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libnrtype') diff --git a/src/libnrtype/CMakeLists.txt b/src/libnrtype/CMakeLists.txt index 28ff101c9..61ecb0091 100644 --- a/src/libnrtype/CMakeLists.txt +++ b/src/libnrtype/CMakeLists.txt @@ -16,4 +16,4 @@ TextWrapper.cpp ) ADD_LIBRARY(nrtype STATIC ${libnrtype_SRC}) TARGET_LINK_LIBRARIES(nrtype - "${INKSCAPE_LINK_FLAGS}" nr ) +nr ${INKSCAPE_LIBS}) -- cgit v1.2.3