X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=CMakeLists.txt;h=dd3eb245fca98cae054a1c284b6f185bad2dcac9;hb=05faf03369aefc02b249d8b15cc1bb2aa89103f6;hp=06d7ff717264462b4cf99e1f430c1a1d30629b22;hpb=959d91564af1b0e33303f3c15d803d2dafcaa54d;p=clitk.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 06d7ff7..dd3eb24 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -76,9 +76,15 @@ 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) + +OPTION(CLITK_BUILD_REGISTRATION "Build command-line registration tools" OFF) +IF (CLITK_BUILD_REGISTRATION) + add_subdirectory(registration) +ENDIF(CLITK_BUILD_REGISTRATION) + #=========================================================