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)
+OPTION(CLITK_BUILD_SEGMENTATION "Build segmentation tools" OFF)
#=========================================================
include_directories(itk filters ${PROJECT_BINARY_DIR})
add_subdirectory(tools)
ENDIF(CLITK_BUILD_TOOLS)
+IF (CLITK_BUILD_SEGMENTATION)
+ add_subdirectory(segmentation)
+ENDIF (CLITK_BUILD_SEGMENTATION)
+
#=========================================================