implement simulation shell

This commit is contained in:
2026-04-19 15:49:18 +02:00
parent 41fd2a83ee
commit ffe69f08b5
8 changed files with 275 additions and 0 deletions

View File

@@ -5,4 +5,5 @@ add_files(
test.cpp
FormulaTest.cpp
ConfigLoaderTest.cpp
SimulationTest.cpp
)