summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2686789)
raw | patch | inline | side by side (parent: 2686789)
author | verbalshadow <verbalshadow@users.sourceforge.net> | |
Sun, 6 Apr 2008 17:06:37 +0000 (17:06 +0000) | ||
committer | verbalshadow <verbalshadow@users.sourceforge.net> | |
Sun, 6 Apr 2008 17:06:37 +0000 (17:06 +0000) |
CMakeLists.txt | patch | blob | history | |
src/CMakeLists.txt | patch | blob | history |
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9789cd52c278ae7f1c6ed65e7021a34a5cf2d178..2631073621c4cbdd9343fb487356ad46e4b75a05 100644 (file)
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
#Pretty colors\r
SET(CMAKE_COLOR_MAKEFILE ON)\r
#Choose verbosity level\r
-SET(CMAKE_VERBOSE_MAKEFILE ON)\r
+#SET(CMAKE_VERBOSE_MAKEFILE ON)\r
\r
# Probably best to move all these path things to a single file\r
IF(WIN32)\r
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index c2a3de9ff861c14942aa42457a3dead77092354e..8164d3b46fedcd119c34163debd608f5ececb1b6 100644 (file)
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
# 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