X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=CMakeLists.txt;h=4ccd497d5f0c7ef62ea402fc28b0a11be21c2a4f;hb=9dbaeae2f504d962a8465c6fd2984955c61d96e1;hp=694d7b62f125c920577d8b3e9fd825746a9adefd;hpb=5dc155f99385ef56e5c80dbcc0b7f56760629ade;p=clitk.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 694d7b6..4ccd497 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -63,16 +63,13 @@ INCLUDE_DIRECTORIES(itk filters segmentation registration tools ${PROJECT_BINARY ADD_SUBDIRECTORY(common) add_subdirectory(tools) add_subdirectory(segmentation) +add_subdirectory(registration) # Compilation options OPTION(CLITK_EXPERIMENTAL "Enable experimental software and features" OFF) OPTION(CLITK_BUILD_TOOLS "Build command-line tools" OFF) -OPTION(CLITK_BUILD_SEGMENTATION "Build segmentation tools" OFF) - +OPTION(CLITK_BUILD_SEGMENTATION "Build command-line segmentation tools" OFF) OPTION(CLITK_BUILD_REGISTRATION "Build command-line registration tools" OFF) -IF (CLITK_BUILD_REGISTRATION) - add_subdirectory(registration) -ENDIF(CLITK_BUILD_REGISTRATION) OPTION(CLITK_BUILD_VV "Build vv the 4D visualizer (requires VTK and QT)" ON) IF (CLITK_BUILD_VV)