X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=CMakeLists.txt;h=b3ecc996bf5eae1b49c91f0a1cbcd6dd25f8fd36;hb=2368cbc03789119dd0b3ed2ab17e56e464ee0100;hp=b8fb33daeb433b66bed0243abc8024c06a102d84;hpb=f6d1d7ca3b026997694d41f3afe1d16de2d06927;p=clitk.git diff --git a/CMakeLists.txt b/CMakeLists.txt index b8fb33d..b3ecc99 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -57,7 +57,7 @@ ENDIF(MSVC) #========================================================= #========================================================= -INCLUDE_DIRECTORIES(itk filters ${PROJECT_BINARY_DIR}) +INCLUDE_DIRECTORIES(itk filters segmentation registration tools ${PROJECT_BINARY_DIR}) # Select what is compiled ADD_SUBDIRECTORY(common) @@ -76,7 +76,7 @@ IF (CLITK_BUILD_TOOLS) add_subdirectory(tools) ENDIF(CLITK_BUILD_TOOLS) -OPTION(CLITK_BUILD_SEGMENTATION "Build segmentation tools" OFF) +OPTION(CLITK_BUILD_SEGMENTATION "Build segmentation tools" ON) IF (CLITK_BUILD_SEGMENTATION) add_subdirectory(segmentation) ENDIF (CLITK_BUILD_SEGMENTATION)