From: verbalshadow Date: Sun, 6 Apr 2008 17:06:37 +0000 (+0000) Subject: Cmake: Added internal link libraries X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=9623bd180bdb07cc5d969f4708c195a3e283ec76;p=inkscape.git Cmake: Added internal link libraries --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 9789cd52c..263107362 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ SET(CMAKE_INCLUDE_CURRENT_DIR TRUE) #Pretty colors SET(CMAKE_COLOR_MAKEFILE ON) #Choose verbosity level -SET(CMAKE_VERBOSE_MAKEFILE ON) +#SET(CMAKE_VERBOSE_MAKEFILE ON) # Probably best to move all these path things to a single file IF(WIN32) 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