]> Creatis software - cpPlugins.git/blobdiff - lib/cpInstances/CMakeLists.txt
..
[cpPlugins.git] / lib / cpInstances / CMakeLists.txt
index eac073aa8eb411da12cb07163f9920cd1b0f6653..c9f77b811b04a69303be9c517792a8987dfefe2d 100644 (file)
@@ -23,6 +23,10 @@ SET(
   ImageSliceFilters
   ImageSeparableFilters
   ExtractImageFilters
+  ITKDifferenceImageFilters
+  ITKAnisotropicSmoothing
+  ITKLevelSetFilters
+  ITKImageFeatureFilters
   PolyLineParametricPath
   Simple3DCurve
   Skeleton
@@ -69,7 +73,11 @@ TARGET_LINK_LIBRARIES(${_pfx}ImageIterators ${_pfx}Image)
 TARGET_LINK_LIBRARIES(${_pfx}ImageInterpolators ${_pfx}Image)
 TARGET_LINK_LIBRARIES(${_pfx}NeighborhoodImageIterators ${_pfx}Image)
 TARGET_LINK_LIBRARIES(${_pfx}BaseImageFilters ${_pfx}ImageIterators)
-TARGET_LINK_LIBRARIES(${_pfx}ComplexImageFilters ${_pfx}ImageIterators)
+TARGET_LINK_LIBRARIES(
+  ${_pfx}ComplexImageFilters
+  ${_pfx}ImageIterators
+  ${_pfx}NeighborhoodImageIterators
+  )
 TARGET_LINK_LIBRARIES(
   ${_pfx}ImagesIO
   ${_pfx}ScalarImages
@@ -137,6 +145,35 @@ TARGET_LINK_LIBRARIES(
   ${_pfx}BaseImageFilters
   ${_pfx}ComplexImageFilters
   )
+TARGET_LINK_LIBRARIES(
+  ${_pfx}ITKImageFeatureFilters
+  ${_pfx}Image
+  ${_pfx}BaseImageFilters
+  ${_pfx}ComplexImageFilters
+  ${_pfx}NeighborhoodImageIterators
+  )
+TARGET_LINK_LIBRARIES(
+  ${_pfx}ITKDifferenceImageFilters
+  ${_pfx}Image
+  ${_pfx}BaseImageFilters
+  ${_pfx}ComplexImageFilters
+  )
+TARGET_LINK_LIBRARIES(
+  ${_pfx}ITKAnisotropicSmoothing
+  ${_pfx}ITKDifferenceImageFilters
+  )
+TARGET_LINK_LIBRARIES(
+  ${_pfx}ITKLevelSetFilters
+  ${_pfx}ITKAnisotropicSmoothing
+  ${_pfx}UnaryFunctorFilters
+  ${_pfx}Image
+  ${_pfx}ImageIterators
+  ${_pfx}NeighborhoodImageIterators
+  ${_pfx}BaseImageFilters
+  ${_pfx}ImageInterpolators
+  ${_pfx}ExtractImageFilters
+  ${_pfx}ITKImageFeatureFilters
+  )
 
 ## ===================================================
 ## == Keep track of all created instances libraries ==