diff options
Diffstat (limited to 'll-database-binding/conf.d/app-templates/cmake/configure_file.cmake')
-rw-r--r-- | ll-database-binding/conf.d/app-templates/cmake/configure_file.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ll-database-binding/conf.d/app-templates/cmake/configure_file.cmake b/ll-database-binding/conf.d/app-templates/cmake/configure_file.cmake new file mode 100644 index 0000000..2028388 --- /dev/null +++ b/ll-database-binding/conf.d/app-templates/cmake/configure_file.cmake @@ -0,0 +1,2 @@ +include(${CMAKE_BINARY_DIR}/CMakeCacheForScript.cmake) +configure_file(${INFILE} ${OUTFILE} @ONLY) |