add basic types and fix cmake

This commit is contained in:
2026-04-19 15:35:21 +02:00
parent ebf6cea353
commit 41fd2a83ee
30 changed files with 1562 additions and 5 deletions

View File

@@ -1,6 +1,8 @@
add_files(
TEST_FILES
TEST_FILES
test.cpp
test.cpp
FormulaTest.cpp
ConfigLoaderTest.cpp
)