Rename config file

This commit is contained in:
2024-04-03 13:58:07 +02:00
parent 582003a0ad
commit 71d6055be4
2 changed files with 2 additions and 2 deletions

View File

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