Rename config.h to config_platform.h

This commit is contained in:
2024-12-13 19:57:05 +01:00
parent a65955248a
commit ba455bb934
11 changed files with 11 additions and 11 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/config_platform.h" ESCAPE_QUOTES
)