X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=CMakeLists.txt;h=3a74d435f9d6b72959154d2231c7545f1e2cef39;hb=095b3f14beafe4ce1c62146f2e5726a4b3f3c874;hp=c5f31cf17b3255192a8ef354ea245241949680eb;hpb=65315d4598295e8581a22004d2cce85ae7a598fb;p=clitk.git diff --git a/CMakeLists.txt b/CMakeLists.txt index c5f31cf..3a74d43 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -76,6 +76,11 @@ IF (CLITK_BUILD_TOOLS) add_subdirectory(tools) ENDIF(CLITK_BUILD_TOOLS) +OPTION(CLITK_BUILD_REGISTRATION "Build command-line registration tools" OFF) +IF (CLITK_BUILD_REGISTRATION) + add_subdirectory(registration) +ENDIF(CLITK_BUILD_REGISTRATION) + #OPTION(CLITK_BUILD_SEGMENTATION "Build segmentation tools" OFF) #IF (CLITK_BUILD_SEGMENTATION) # add_subdirectory(segmentation)