BUG: cmake needs it's own directory for includes, so depends work

This commit is contained in:
Bill Hoffman 2002-06-10 11:33:49 -04:00
parent daaa5f3e79
commit 781fac21f0
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ ${CMake_BINARY_DIR}/Source/cmConfigure.h )
# add the include path to find the .h
INCLUDE_DIRECTORIES(${CMake_BINARY_DIR}/Source)
INCLUDE_DIRECTORIES(${CMake_SOURCE_DIR}/Source)
# let cmake know it is supposed to use it
ADD_DEFINITIONS(-DCMAKE_BUILD_WITH_CMAKE)