]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Plugins/CMakeLists.txt
...
[cpPlugins.git] / lib / cpPlugins / Plugins / CMakeLists.txt
index 7558bf41a9069f9b904169284df735cc9e37d39c..e8e9d5eadf6195cfe6e6aec68284fec2b7f54c43 100644 (file)
@@ -34,7 +34,17 @@ TARGET_LINK_LIBRARIES(
   cpPlugins_Interface
   ${ITK_LIBRARIES}
   ${VTK_LIBRARIES}
-  vtkIOLegacy
+  )
+
+## ========================
+## -- Installation rules --
+## ========================
+
+INSTALL(
+  TARGETS ${LIBRARY_NAME}
+  RUNTIME DESTINATION bin
+  LIBRARY DESTINATION lib
+  ARCHIVE DESTINATION lib/static
   )
 
 ## eof - $RCSfile$