]> Creatis software - clitk.git/blobdiff - CMakeLists.txt
mechanism for hiding experimental stuff in vv
[clitk.git] / CMakeLists.txt
index 2e121c6a8889ae8fae71e80328082705f5e2dd5c..e34db9b690a55e29719a55d79daed0a8ddf7dc72 100644 (file)
@@ -67,9 +67,10 @@ ENDIF(PROJECT_BINARY_DIR STREQUAL ${PROJECT_SOURCE_DIR})
 #=========================================================
 OPTION(CLITK_BUILD_VV "Build vv the 4D visualizer (requires VTK and QT)" ON)
 OPTION(CLITK_BUILD_TOOLS "Build command-line tools" OFF)
+OPTION(CLITK_EXPERIMENTAL "Enable experimental software and features" OFF)
 #=========================================================
 
-include_directories(itk filters)
+include_directories(itk filters ${PROJECT_BINARY_DIR})
 
 #=========================================================
 add_subdirectory(common)