Add Makefile & tests

This commit is contained in:
2023-07-17 22:51:15 +02:00
parent f530e69dae
commit ca72a34131
10 changed files with 303 additions and 365 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
)