commit 8746f88865b02ae9f80ef58819b4fcb48e3c654c parent f8352a3f9ccfcc6c10371a307a4c540e706d5a35 Author: fundamental <[email protected]> Date: Sun, 31 Jul 2011 11:48:26 -0400 CMake: added include dir Diffstat:
M | src/CMakeLists.txt | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt @@ -148,6 +148,7 @@ if(FltkGui) message(STATUS "Will build fltk gui") include_directories( + ${FLTK_INCLUDE_DIR} "${CMAKE_CURRENT_SOURCE_DIR}/UI" "${CMAKE_CURRENT_BINARY_DIR}/UI" )