From b4f2b042412c63a16054e301d69860c6fa603edb Mon Sep 17 00:00:00 2001 From: tosh Date: Fri, 29 Mar 2013 10:24:14 +0100 Subject: [PATCH] allows qualified inclusion in subdirectories --- interface/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/interface/CMakeLists.txt b/interface/CMakeLists.txt index 0ab881789e..595a5a3050 100644 --- a/interface/CMakeLists.txt +++ b/interface/CMakeLists.txt @@ -58,6 +58,7 @@ find_package(CURL REQUIRED) # include headers for external libraries and InterfaceConfig. include_directories( + ${PROJECT_SOURCE_DIR}/src ${PROJECT_BINARY_DIR}/includes ${OPENGL_INCLUDE_DIR} ${GLUT_INCLUDE_DIR}