]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Plugins/CMakeLists.txt
Now ported to macosx and easier to configure on win32... hopefully
[cpPlugins.git] / lib / cpPlugins / Plugins / CMakeLists.txt
index 372b1504dbb12cfb3f07cc48392fff9958a773ea..e8e9d5eadf6195cfe6e6aec68284fec2b7f54c43 100644 (file)
@@ -33,6 +33,18 @@ TARGET_LINK_LIBRARIES(
   ${LIBRARY_NAME}
   cpPlugins_Interface
   ${ITK_LIBRARIES}
+  ${VTK_LIBRARIES}
+  )
+
+## ========================
+## -- Installation rules --
+## ========================
+
+INSTALL(
+  TARGETS ${LIBRARY_NAME}
+  RUNTIME DESTINATION bin
+  LIBRARY DESTINATION lib
+  ARCHIVE DESTINATION lib/static
   )
 
 ## eof - $RCSfile$