X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcpPlugins%2FExtensions%2FCMakeLists.txt;h=c669f3931bbf86019ad4fa3cc7e1c3ef3e9968e5;hb=1aa0bddc396d4ecec808dacdd14ebb5e1ec19e0a;hp=f9d6d9844631166cde2f6f029fdc94eed0d53e29;hpb=cf01030f78d919f66b53a80831e1e89b0cb13397;p=cpPlugins.git diff --git a/lib/cpPlugins/Extensions/CMakeLists.txt b/lib/cpPlugins/Extensions/CMakeLists.txt index f9d6d98..c669f39 100644 --- a/lib/cpPlugins/Extensions/CMakeLists.txt +++ b/lib/cpPlugins/Extensions/CMakeLists.txt @@ -71,9 +71,17 @@ GENERATE_EXPORT_HEADER( ) TARGET_LINK_LIBRARIES( ${LIBRARY_NAME} - ITKCommon - ITKVtkGlue + vtkCommonCore + vtkRenderingCore + vtkRenderingOpenGL + vtkRenderingAnnotation + vtkRenderingVolumeOpenGL + vtkRenderingFreeTypeOpenGL + vtkInteractionStyle vtkInteractionWidgets + vtkIOMPIImage + ITKCommon + ITKVTK ) ## eof - $RCSfile$