X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcpPlugins%2FExtensions%2FCMakeLists.txt;h=c669f3931bbf86019ad4fa3cc7e1c3ef3e9968e5;hb=8075b3c18618cd48cd2ae539d237a13768081489;hp=550daf7e8796af333a9a573d04f642c9d53210fc;hpb=2f1688b7490f99c3cb932344b1d8db51bd821c4b;p=cpPlugins.git diff --git a/lib/cpPlugins/Extensions/CMakeLists.txt b/lib/cpPlugins/Extensions/CMakeLists.txt index 550daf7..c669f39 100644 --- a/lib/cpPlugins/Extensions/CMakeLists.txt +++ b/lib/cpPlugins/Extensions/CMakeLists.txt @@ -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$