]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Extensions/CMakeLists.txt
...
[cpPlugins.git] / lib / cpPlugins / Extensions / CMakeLists.txt
index f9d6d9844631166cde2f6f029fdc94eed0d53e29..435071211713f4c169a1e688a1d186a0ab7510ca 100644 (file)
@@ -71,9 +71,19 @@ GENERATE_EXPORT_HEADER(
   )
 TARGET_LINK_LIBRARIES(
   ${LIBRARY_NAME}
-  ITKCommon
-  ITKVtkGlue
-  vtkInteractionWidgets
+  ${ITK_LIBRARIES}
+  ${VTK_LIBRARIES}
+  #vtkCommonCore
+  #vtkRenderingCore
+  #vtkRenderingOpenGL
+  #vtkRenderingAnnotation
+  #vtkRenderingVolumeOpenGL
+  #vtkRenderingFreeTypeOpenGL
+  #vtkInteractionStyle
+  #vtkInteractionWidgets
+  #vtkIOMPIImage
+  #ITKCommon
+  #ITKVTK
   )
 
 ## eof - $RCSfile$