From Mathias Froehlich, add search path to enable out of source builds to find include/OpenThreads/Config.

This commit is contained in:
Robert Osfield 2008-06-20 09:42:57 +00:00
parent 96a80666c9
commit 5db501941d

View File

@ -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}
)