X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=tools%2FCMakeLists.txt;h=8fdef8ddadda73a84a7d4343596aa6fd8896195e;hb=9c1c3b2a6def6a7ee512919c105ceea8939e7f66;hp=789241ba4cc2b7ea5a1be9626a4ee3172982e30c;hpb=82d0db04054ac02ddbd921427ddc2edf73d475a0;p=clitk.git diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index 789241b..8fdef8d 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -127,7 +127,7 @@ IF (CLITK_BUILD_TOOLS) # TARGET_LINK_LIBRARIES(clitkAutoCrop clitkCommon ITKIO ) WRAP_GGO(clitkDicomRTStruct2BinaryImage_GGO_C clitkDicomRTStruct2BinaryImage.ggo) - ADD_EXECUTABLE(clitkDicomRTStruct2BinaryImage clitkDicomRT_ROI_ConvertToImageFilter.cxx clitkDicomRTStruct2BinaryImage.cxx ${clitkDicomRTStruct2BinaryImage_GGO_C}) + ADD_EXECUTABLE(clitkDicomRTStruct2BinaryImage clitkDicomRTStruct2BinaryImage.cxx ${clitkDicomRTStruct2BinaryImage_GGO_C}) TARGET_LINK_LIBRARIES(clitkDicomRTStruct2BinaryImage ITKCommon clitkDicomRTStruct clitkCommon ITKIO ) WRAP_GGO(clitkImageLog_GGO_C clitkImageLog.ggo) @@ -244,4 +244,8 @@ IF (CLITK_BUILD_TOOLS) ADD_EXECUTABLE(clitkRelativePosition clitkRelativePosition.cxx ${clitkRelativePosition_GGO_C}) TARGET_LINK_LIBRARIES(clitkRelativePosition clitkCommon ITKIO) + WRAP_GGO(clitkTransformLandmarks_GGO_C clitkTransformLandmarks.ggo) + ADD_EXECUTABLE(clitkTransformLandmarks clitkTransformLandmarks.cxx ${clitkTransformLandmarks_GGO_C}) + TARGET_LINK_LIBRARIES(clitkTransformLandmarks clitkCommon ITKIO) + ENDIF(CLITK_BUILD_TOOLS)