From 5db501941d3af6585e68a7f19a31532877836e68 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 20 Jun 2008 09:42:57 +0000 Subject: [PATCH] From Mathias Froehlich, add search path to enable out of source builds to find include/OpenThreads/Config. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index f347a3817..3809fef89 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -99,6 +99,7 @@ ENDIF(UNIX) # Make the headers visible to everything INCLUDE_DIRECTORIES( + ${PROJECT_BINARY_DIR}/include ${OpenSceneGraph_SOURCE_DIR}/include ${OPENGL_INCLUDE_DIR} )