Initial commit

This commit is contained in:
2024-01-07 16:48:27 +01:00
parent 0b735a14c4
commit 6245df407a
26 changed files with 2942 additions and 0 deletions

4
config/CMakeLists.txt Normal file
View File

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