Update config.h building

This commit is contained in:
2024-04-03 12:32:34 +02:00
parent 920c7b5d53
commit 212a377ed6
4 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
configure_file(
"config.h.in"
"${CMAKE_BINARY_DIR}/configured_files/include/config.h" ESCAPE_QUOTES
"${Folding_SOURCE_DIR}/config.h" ESCAPE_QUOTES
)