Code

cmake: add CMAKE_CURRENT_BINARY_DIR to include path
[inkscape.git] / CMakeScripts / ConfigInkscapeDepends.cmake
index e23b59b045cae3a283be97f14602f5eabda385f4..775a5978a3a030a96f7aeac262f6d122602f37cb 100644 (file)
@@ -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