Configure file at build time with separated target
[apps/app-templates.git] / cmake / configure_file.cmake
diff --git a/cmake/configure_file.cmake b/cmake/configure_file.cmake
new file mode 100644 (file)
index 0000000..44ff7fc
--- /dev/null
@@ -0,0 +1,2 @@
+include(${CMAKE_BINARY_DIR}/CMakeCacheForScript.cmake)
+configure_file(${INFILE} ${OUTFILE})