From: johanengelen Date: Mon, 7 Apr 2008 08:17:02 +0000 (+0000) Subject: cmake: add CMAKE_CURRENT_BINARY_DIR to include path X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=860ea114adb32df2f3597774a58ecaac8b191aa9;p=inkscape.git cmake: add CMAKE_CURRENT_BINARY_DIR to include path --- diff --git a/CMakeScripts/ConfigInkscapeDepends.cmake b/CMakeScripts/ConfigInkscapeDepends.cmake index e23b59b04..775a5978a 100644 --- a/CMakeScripts/ConfigInkscapeDepends.cmake +++ b/CMakeScripts/ConfigInkscapeDepends.cmake @@ -107,3 +107,5 @@ CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/config.h.cmake ${CMAKE_CURRENT_BINARY # Create File inkscape_version.h FILE(WRITE ${CMAKE_CURRENT_BINARY_DIR}/inkscape_version.h "#define INKSCAPE_VERSION \"${INKSCAPE_VERSION}\"\n") + +INCLUDE_DIRECTORIES ("${CMAKE_CURRENT_BINARY_DIR}") \ No newline at end of file