From 57f2aa20ad0ecfe4df001213f752bfa54e86f5a1 Mon Sep 17 00:00:00 2001 From: "Joshua L. Blocher" Date: Sun, 6 Apr 2008 17:06:37 +0000 Subject: Cmake: Added internal link libraries (bzr r5357) --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index c2a3de9ff..8164d3b46 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -238,7 +238,7 @@ ${ui_SRC} # make executable for INKSCAPE ADD_EXECUTABLE(inkscape ${INKSCAPE_SRC}) TARGET_LINK_LIBRARIES(inkscape - "${INKSCAPE_LINK_FLAGS}" + "${INKSCAPE_LINK_FLAGS}" avoid cola croco gdl nr nrtype vpsc ) #INSTALL(TARGETS INKSCAPE # RUNTIME DESTINATION bin -- cgit v1.2.3