X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=cmake%2FCMakeLists.txt;h=7db97e9d701a2f1d8db503b199919175a0dca6ac;hb=f4aeff15ebb41183d4b89f41b29ec26043848722;hp=cbe38587964e0c5aacfc8908246cba3e40d68ae0;hpb=c29448936abc15d110205b2da435035131398a87;p=cpPlugins.git diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index cbe3858..7db97e9 100644 --- a/cmake/CMakeLists.txt +++ b/cmake/CMakeLists.txt @@ -4,4 +4,14 @@ CONFIGURE_FILE( @ONLY ) +## ======================== +## -- Installation rules -- +## ======================== + +INSTALL( + FILES + ${PROJECT_BINARY_DIR}/cpPluginsConfig.cmake + DESTINATION share/cmake + ) + ## eof - $RCSfile$