From: acspike Date: Mon, 7 Apr 2008 02:55:07 +0000 (+0000) Subject: Remove binary dir from Include path and replace with the source root and src/ X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=8f44b964d5a204f57ad270879af2bedb365194d7;p=inkscape.git Remove binary dir from Include path and replace with the source root and src/ --- diff --git a/CMakeLists.txt b/CMakeLists.txt index ba269df38..02a257491 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,7 +31,7 @@ INCLUDE(ConfigCompileFlags) INCLUDE(ConfigInkscapeDepends) SET(CMAKE_C_FLAGS "${CMAKE_CXX_FLAGS}") -INCLUDE_DIRECTORIES (src/ ${CMAKE_CURRENT_BINARY_DIR} ) +INCLUDE_DIRECTORIES ("${PROJECT_SOURCE_DIR}" src/) LINK_DIRECTORIES (src/) #SET(CMAKE_MAJOR_MINOR "${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}")