Cleaned up

This commit is contained in:
StanislausCichocki
2025-03-11 17:49:14 +01:00
parent bfd03a0bcb
commit 072f25cc0e
11 changed files with 249 additions and 94 deletions

View File

@ -21,6 +21,8 @@ add_executable(Sim_C__
src/services/Cost/TaxComponent.cpp
src/services/Cost/TaxComponent.h
src/helper/Curry.h
src/enums/Aut.h
src/config.h
)
find_package(doctest CONFIG REQUIRED)
find_package(spdlog CONFIG REQUIRED)