X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FCMakeLists.txt;h=25cd46f8d9e0eb60afd60797d53a287c1f38c035;hb=9549006e11b3c64415cdb3925448deaf8e71dbe4;hp=3da91cb472830062063fb25a902ea6c7378a3d6e;hpb=9eff8367f6f7d0095eaa424e6dfd15c07dcc7b64;p=clitk.git diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index 3da91cb..25cd46f 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -93,7 +93,7 @@ IF (CLITK_BUILD_TOOLS) WRAP_GGO(clitkAffineTransform_GGO_C clitkAffineTransform.ggo) ADD_EXECUTABLE(clitkAffineTransform clitkAffineTransform.cxx ${clitkAffineTransform_GGO_C}) TARGET_LINK_LIBRARIES(clitkAffineTransform clitkCommon ${ITK_LIBRARIES} ) - SET(TOOLS_INSTALL ${TOOLS_INSTALL} clitkDicom2Image) + SET(TOOLS_INSTALL ${TOOLS_INSTALL} clitkAffineTransform) WRAP_GGO(clitkSetBackground_GGO_C clitkSetBackground.ggo) ADD_EXECUTABLE(clitkSetBackground clitkSetBackground.cxx clitkSetBackgroundGenericFilter.cxx ${clitkSetBackground_GGO_C}) @@ -180,7 +180,7 @@ IF (CLITK_BUILD_TOOLS) WRAP_GGO(clitkImageMoment_GGO_C clitkImageMoment.ggo) ADD_EXECUTABLE(clitkImageMoment clitkImageMoment.cxx clitkImageMomentGenericFilter.cxx ${clitkImageMoment_GGO_C}) TARGET_LINK_LIBRARIES(clitkImageMoment clitkCommon ${ITK_LIBRARIES}) - SET(TOOLS_INSTALL ${TOOLS_INSTALL} clitkDicom2Image) + SET(TOOLS_INSTALL ${TOOLS_INSTALL} clitkImageMoment) WRAP_GGO(clitkImageStatistics_GGO_C clitkImageStatistics.ggo) ADD_EXECUTABLE(clitkImageStatistics clitkImageStatistics.cxx clitkImageStatisticsGenericFilter.cxx ${clitkImageStatistics_GGO_C})