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