]> Creatis software - clitk.git/blobdiff - tools/CMakeLists.txt
Use QSharedPointers for vvROIActors
[clitk.git] / tools / CMakeLists.txt
index b9d2441fb52b47f75dc8f64a80f391fdd6546287..8fdef8ddadda73a84a7d4343596aa6fd8896195e 100644 (file)
@@ -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)