X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcpPlugins%2FExtensions%2FCMakeLists.txt;h=550daf7e8796af333a9a573d04f642c9d53210fc;hb=c820e7665125bc5ccda8580a0511f2d8fce3ede8;hp=f9d6d9844631166cde2f6f029fdc94eed0d53e29;hpb=cf01030f78d919f66b53a80831e1e89b0cb13397;p=cpPlugins.git diff --git a/lib/cpPlugins/Extensions/CMakeLists.txt b/lib/cpPlugins/Extensions/CMakeLists.txt index f9d6d98..550daf7 100644 --- a/lib/cpPlugins/Extensions/CMakeLists.txt +++ b/lib/cpPlugins/Extensions/CMakeLists.txt @@ -71,9 +71,8 @@ GENERATE_EXPORT_HEADER( ) TARGET_LINK_LIBRARIES( ${LIBRARY_NAME} - ITKCommon - ITKVtkGlue - vtkInteractionWidgets + ${ITK_LIBRARIES} + ${VTK_LIBRARIES} ) ## eof - $RCSfile$