]> Creatis software - FrontAlgorithms.git/blobdiff - lib/CMakeLists.txt
CMake updated. Some other filters added.
[FrontAlgorithms.git] / lib / CMakeLists.txt
index 1ddfbb5374b354823894293fc96a1c03b65f48bb..6973e3225283c3c5e5f1d688bf05bde7324b5b15 100644 (file)
@@ -39,7 +39,11 @@ SET(
 SET(
   ${LIB_NAME}_LINK_LIBRARIES
   ${ITK_LIBRARIES}
-  ${VTK_LIBRARIES}
+  vtkFiltersSources
+  vtkInteractionWidgets
+  vtkRenderingVolumeOpenGL
+  vtkRenderingFreeTypeOpenGL
+  vtkIOMPIImage
   )
 
 ## =====================
@@ -61,8 +65,6 @@ GENERATE_EXPORT_HEADER(
 TARGET_LINK_LIBRARIES(
   ${LIB_NAME}
   ${${LIB_NAME}_LINK_LIBRARIES}
-  ${ITK_LIBRARIES}
-  vtkInteractionWidgets
   )
 
 ## eof - $RCSfile$