Include version number in header file

This commit is contained in:
2024-04-03 13:55:02 +02:00
parent 24e37fcbf1
commit 582003a0ad
5 changed files with 6 additions and 6 deletions

View File

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