]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Extensions/CMakeLists.txt
Kalman filter added
[cpPlugins.git] / lib / cpPlugins / Extensions / CMakeLists.txt
index 550daf7e8796af333a9a573d04f642c9d53210fc..c669f3931bbf86019ad4fa3cc7e1c3ef3e9968e5 100644 (file)
@@ -71,8 +71,17 @@ GENERATE_EXPORT_HEADER(
   )
 TARGET_LINK_LIBRARIES(
   ${LIBRARY_NAME}
-  ${ITK_LIBRARIES}
-  ${VTK_LIBRARIES}
+  vtkCommonCore
+  vtkRenderingCore
+  vtkRenderingOpenGL
+  vtkRenderingAnnotation
+  vtkRenderingVolumeOpenGL
+  vtkRenderingFreeTypeOpenGL
+  vtkInteractionStyle
+  vtkInteractionWidgets
+  vtkIOMPIImage
+  ITKCommon
+  ITKVTK
   )
 
 ## eof - $RCSfile$