]> Creatis software - cpPlugins.git/blobdiff - plugins/CMakeLists.txt
...
[cpPlugins.git] / plugins / CMakeLists.txt
index b29bf7ddf0bf5b918f54ac77b365366d54166c52..c9cd7e385ee89540aebb0aa3e790890272a4d8ac 100644 (file)
@@ -8,16 +8,16 @@ SET(
   GenericFilters
   #ImageArithmeticFilters
   #ImageBooleanFilters
-  #ImageDistanceMaps
-  ImageGenericFilters
+  ImageDistanceMaps
+  #ImageGenericFilters
   #ImageGradientFilters
   ImageMeshFilters
   ImageSources
-  #ImageThresholdFilters
+  ImageThresholdFilters
   IO
   MeshFilters
   MeshSources
-  Widgets
+  #Widgets
   )
 
 #IF(ParabolicMorphology_LOADED)
@@ -43,4 +43,9 @@ FOREACH(_dir ${_dirlist})
     )
 ENDFOREACH(_dir)
 
+TARGET_LINK_LIBRARIES(
+  cpPluginsImageDistanceMaps
+  cpPluginsImageThresholdFilters
+  )
+
 ## eof - $RSCfile$