X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=cmake%2FCMakeLists.txt;h=e942ae913475019ad5877a0ee2a0f3112f9cdde3;hb=db0a767418f78b371c1e4fb0db00e6b75df74ff3;hp=4b26944f8459c5a6dbbaa6107b5cab68d2f1c39c;hpb=1b0022070ff3b5f80f6f8c8b87f73032f5685eaf;p=cpPlugins.git diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index 4b26944..e942ae9 100644 --- a/cmake/CMakeLists.txt +++ b/cmake/CMakeLists.txt @@ -1 +1,11 @@ +## ===================== +## == Configure files == +## ===================== + +CONFIGURE_FILE( + cpPluginsConfig.cmake.in + ${PROJECT_BINARY_DIR}/cpPluginsConfig.cmake + @ONLY + ) + ## eof - $RCSfile$