]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Extensions/CMakeLists.txt
Parameters class fully added
[cpPlugins.git] / lib / cpPlugins / Extensions / CMakeLists.txt
index 550daf7e8796af333a9a573d04f642c9d53210fc..f9d6d9844631166cde2f6f029fdc94eed0d53e29 100644 (file)
@@ -71,8 +71,9 @@ GENERATE_EXPORT_HEADER(
   )
 TARGET_LINK_LIBRARIES(
   ${LIBRARY_NAME}
-  ${ITK_LIBRARIES}
-  ${VTK_LIBRARIES}
+  ITKCommon
+  ITKVtkGlue
+  vtkInteractionWidgets
   )
 
 ## eof - $RCSfile$