X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FCMakeLists.txt;h=478b8173b76f8d8ac1fcfdd7353caade239b11e4;hb=69ca7b4f56b0873c4446859655712091b44e6434;hp=e6cdd02e697f6fc62e335fec84fbdce3d51ac4c5;hpb=8b5dadbe47d0e7e314313055b1b1bc165109d322;p=clitk.git diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index e6cdd02..478b817 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -310,6 +310,11 @@ IF (CLITK_BUILD_TOOLS) TARGET_LINK_LIBRARIES(clitkImageLaplacian clitkCommon ) SET(TOOLS_INSTALL ${TOOLS_INSTALL} clitkImageLaplacian) + WRAP_GGO(clitkImageIntensityWindowing_GGO_C clitkImageIntensityWindowing.ggo) + ADD_EXECUTABLE(clitkImageIntensityWindowing clitkImageIntensityWindowing.cxx ${clitkImageIntensityWindowing_GGO_C}) + TARGET_LINK_LIBRARIES(clitkImageIntensityWindowing clitkCommon ) + SET(TOOLS_INSTALL ${TOOLS_INSTALL} clitkImageIntensityWindowing) + #========================================================= option(CLITK_USE_ROOT "Build experimental tools using root" OFF)