]> Creatis software - cpPlugins.git/blobdiff - cmake/CMakeLists.txt
...
[cpPlugins.git] / cmake / CMakeLists.txt
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
new file mode 100644 (file)
index 0000000..e942ae9
--- /dev/null
@@ -0,0 +1,11 @@
+## =====================
+## == Configure files ==
+## =====================
+
+CONFIGURE_FILE(
+  cpPluginsConfig.cmake.in
+  ${PROJECT_BINARY_DIR}/cpPluginsConfig.cmake
+  @ONLY
+  )
+
+## eof - $RCSfile$