summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJoshua L. Blocher <verbalshadow@gmail.com>2008-04-06 17:06:37 +0000
committerverbalshadow <verbalshadow@users.sourceforge.net>2008-04-06 17:06:37 +0000
commit57f2aa20ad0ecfe4df001213f752bfa54e86f5a1 (patch)
tree587d50efe94c6a8fe4d719cbb22395bc40f02e07 /src
parentCMake build work (diff)
downloadinkscape-57f2aa20ad0ecfe4df001213f752bfa54e86f5a1.tar.gz
inkscape-57f2aa20ad0ecfe4df001213f752bfa54e86f5a1.zip
Cmake: Added internal link libraries
(bzr r5357)
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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