]> Creatis software - cpPlugins.git/blobdiff - lib/third_party/Pluma/CMakeLists.txt
Now ported to macosx and easier to configure on win32... hopefully
[cpPlugins.git] / lib / third_party / Pluma / CMakeLists.txt
index da0147b3c5f78541c3be2a50ec8abab83cc597a5..c7e062c769dd922cced50e17a07cc628a93dadcb 100644 (file)
@@ -36,4 +36,15 @@ IF(NOT WIN32)
     )
 ENDIF(NOT WIN32)
 
+## ========================
+## -- Installation rules --
+## ========================
+
+INSTALL(
+  TARGETS ${LIBRARY_NAME}
+  RUNTIME DESTINATION bin
+  LIBRARY DESTINATION lib
+  ARCHIVE DESTINATION lib/static
+  )
+
 ## eof - $RCSfile$