]> Creatis software - cpPlugins.git/commitdiff
...
authorLeonardo Florez-Valencia <florez-l@javeriana.edu.co>
Mon, 7 Sep 2015 17:00:15 +0000 (19:00 +0200)
committerLeonardo Florez-Valencia <florez-l@javeriana.edu.co>
Mon, 7 Sep 2015 17:00:15 +0000 (19:00 +0200)
appli/examples/CMakeLists.txt
lib/cpPlugins/Extensions/CMakeLists.txt

index 1da1a2e68b65a13ab90fa91b18f3efd4fd4f634c..d2165feda3f4026c41c339c22a3487a331467a6b 100644 (file)
@@ -39,7 +39,7 @@ SET(
   example_3DImageGradient
   example_2DGulsunTekMedialness
   example_3DGulsunTekMedialness
-  example_KalmanVelocity
+  ## example_KalmanVelocity
   )
 FOREACH(prog ${NOPLUGINS_EXAMPLES_PROGRAMS}) 
   ADD_EXECUTABLE(
index c669f3931bbf86019ad4fa3cc7e1c3ef3e9968e5..435071211713f4c169a1e688a1d186a0ab7510ca 100644 (file)
@@ -71,17 +71,19 @@ GENERATE_EXPORT_HEADER(
   )
 TARGET_LINK_LIBRARIES(
   ${LIBRARY_NAME}
-  vtkCommonCore
-  vtkRenderingCore
-  vtkRenderingOpenGL
-  vtkRenderingAnnotation
-  vtkRenderingVolumeOpenGL
-  vtkRenderingFreeTypeOpenGL
-  vtkInteractionStyle
-  vtkInteractionWidgets
-  vtkIOMPIImage
-  ITKCommon
-  ITKVTK
+  ${ITK_LIBRARIES}
+  ${VTK_LIBRARIES}
+  #vtkCommonCore
+  #vtkRenderingCore
+  #vtkRenderingOpenGL
+  #vtkRenderingAnnotation
+  #vtkRenderingVolumeOpenGL
+  #vtkRenderingFreeTypeOpenGL
+  #vtkInteractionStyle
+  #vtkInteractionWidgets
+  #vtkIOMPIImage
+  #ITKCommon
+  #ITKVTK
   )
 
 ## eof - $RCSfile$