X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FCMakeLists.txt;h=8fdef8ddadda73a84a7d4343596aa6fd8896195e;hb=8ba069c89cddf44e9bd529b781bb5ddfd8d21adf;hp=b9d2441fb52b47f75dc8f64a80f391fdd6546287;hpb=18fd13ca69bbe5a6d91e070fef22ca9c64c92063;p=clitk.git diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index b9d2441..8fdef8d 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -98,7 +98,7 @@ IF (CLITK_BUILD_TOOLS) WRAP_GGO(clitkGammaIndex_GGO_C clitkGammaIndex.ggo) ADD_EXECUTABLE(clitkGammaIndex clitkGammaIndex.cxx ${clitkGammaIndex_GGO_C}) - TARGET_LINK_LIBRARIES(clitkGammaIndex ITKBasicFilters ITKCommon ITKIO) + TARGET_LINK_LIBRARIES(clitkGammaIndex vtkCommon vtkFiltering vtkGraphics vtkIO vtkImaging) ADD_EXECUTABLE(clitkImageArithm clitkImageArithm.cxx ${clitkImageArithm_GGO_C}) TARGET_LINK_LIBRARIES(clitkImageArithm clitkImageArithmImageLib clitkCommon ITKIO ) @@ -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)