X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FCMakeLists.txt;h=a0e8846432f681dd3c75f0a238f58773db79230e;hb=5753311ba2368f89edfd7ba3d43a0186de1b16b5;hp=c3984c3d68b8d40377b592ef7d282aa7cae70dd1;hpb=ad1f7de67460ef562c01215b387c4ab91c5f7738;p=clitk.git diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index c3984c3..a0e8846 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -251,11 +251,6 @@ IF (CLITK_BUILD_TOOLS) TARGET_LINK_LIBRARIES(clitkTransformLandmarks clitkCommon) SET(TOOLS_INSTALL ${TOOLS_INSTALL} clitkTransformLandmarks) - WRAP_GGO(clitkDice_GGO_C clitkDice.ggo) - ADD_EXECUTABLE(clitkDice clitkDice.cxx ${clitkDice_GGO_C}) - TARGET_LINK_LIBRARIES(clitkDice clitkSegmentationGgoLib clitkCommon ${ITK_LIBRARIES} ) - SET(TOOLS_INSTALL ${TOOLS_INSTALL} clitkDice) - WRAP_GGO(clitkMaskLandmarks_GGO_C clitkMaskLandmarks.ggo) ADD_EXECUTABLE(clitkMaskLandmarks clitkMaskLandmarks.cxx ${clitkMaskLandmarks_GGO_C}) TARGET_LINK_LIBRARIES(clitkMaskLandmarks clitkCommon) @@ -305,6 +300,16 @@ IF (CLITK_BUILD_TOOLS) TARGET_LINK_LIBRARIES(clitkImageGradientMagnitude clitkCommon ) SET(TOOLS_INSTALL ${TOOLS_INSTALL} clitkImageGradientMagnitude) + WRAP_GGO(clitkImageLaplacian_GGO_C clitkImageLaplacian.ggo) + ADD_EXECUTABLE(clitkImageLaplacian clitkImageLaplacian.cxx ${clitkImageLaplacian_GGO_C}) + 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) @@ -348,8 +353,14 @@ IF (CLITK_BUILD_TOOLS) #========================================================= IF(ITK_VERSION_MAJOR VERSION_LESS 4) + MESSAGE("clitkDice is not compatible with ITK<4. It will not be built.") MESSAGE("clitkDicomRTPlan2Gate is not compatible with GDCM<2 (ITK<4). It will not be built.") ELSE(ITK_VERSION_MAJOR VERSION_LESS 4) + WRAP_GGO(clitkDice_GGO_C clitkDice.ggo) + ADD_EXECUTABLE(clitkDice clitkDice.cxx ${clitkDice_GGO_C}) + TARGET_LINK_LIBRARIES(clitkDice clitkSegmentationGgoLib clitkCommon ${ITK_LIBRARIES} ) + SET(TOOLS_INSTALL ${TOOLS_INSTALL} clitkDice) + WRAP_GGO(clitkDicomRTPlan2Gate_GGO_C clitkDicomRTPlan2Gate.ggo) ADD_EXECUTABLE(clitkDicomRTPlan2Gate clitkDicomRTPlan2Gate.cxx clitkDicomRTPlan2Gate_ggo.c) TARGET_LINK_LIBRARIES(clitkDicomRTPlan2Gate clitkCommon)