From 781fac21f0e3ff4b12dbda9ef5778c730a8285ed Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Mon, 10 Jun 2002 11:33:49 -0400 Subject: [PATCH] BUG: cmake needs it's own directory for includes, so depends work --- Source/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index 815f99403..2720c9aad 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -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)