Update config file name

This commit is contained in:
2024-04-03 12:46:01 +02:00
parent 212a377ed6
commit 24e37fcbf1
5 changed files with 10 additions and 4 deletions

View File

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