]> Creatis software - cpPlugins.git/blobdiff - plugins/CMakeLists.txt
...
[cpPlugins.git] / plugins / CMakeLists.txt
index e112573285df252377a8d31da86035a001ae845c..c8223be128b1c859e58e39da9655aa64c2633a7f 100644 (file)
@@ -12,6 +12,7 @@ SET(
   ImageGenericFilters
   ImageGradientFilters
   ImageMeshFilters
+  ImageSliceFilters
   ImageSources
   ImageThresholdFilters
   IO
@@ -47,5 +48,11 @@ TARGET_LINK_LIBRARIES(
   cpPluginsImageDistanceMaps
   cpPluginsImageThresholdFilters
   )
+IF(ParabolicMorphology_LOADED)
+  TARGET_LINK_LIBRARIES(
+    cpPluginsImageParaMorphologyFilters
+    cpPluginsImageThresholdFilters
+    )
+ENDIF(ParabolicMorphology_LOADED)
 
 ## eof - $RSCfile$