diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2008-04-07 08:17:02 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2008-04-07 08:17:02 +0000 |
| commit | 2a3a893fc849e2e9408f0271cdaddb65d73be266 (patch) | |
| tree | 3f0bbb704a08c46918b2d1c8bf05109421534530 /CMakeScripts | |
| parent | add CFLAGS from dependencies to CMAKE_C_FLAGS as well (instead of only to CXX) (diff) | |
| download | inkscape-2a3a893fc849e2e9408f0271cdaddb65d73be266.tar.gz inkscape-2a3a893fc849e2e9408f0271cdaddb65d73be266.zip | |
cmake: add CMAKE_CURRENT_BINARY_DIR to include path
(bzr r5368)
Diffstat (limited to 'CMakeScripts')
| -rw-r--r-- | CMakeScripts/ConfigInkscapeDepends.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
