Curring magic

This commit is contained in:
2025-03-10 21:04:58 +01:00
parent a3c34ab6bc
commit b0056c9004
16 changed files with 296 additions and 44 deletions

View File

@ -14,6 +14,14 @@ add_executable(Sim_C__
src/services/Surplus.cpp
src/services/Surplus.h
tests/services/test_Surplus.cpp
src/model/Model.h
tests/model/Factory.h
src/services/Cost/CostPipeline.cpp
src/services/Cost/CostPipeline.h
src/interfaces/ICostComponent.h
src/services/Cost/TaxComponent.cpp
src/services/Cost/TaxComponent.h
src/helper/Curry.h
)
find_package(doctest CONFIG REQUIRED)
target_link_libraries(Sim_C__ PRIVATE doctest::doctest)