Curring magic
This commit is contained in:
@ -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)
|
||||
Reference in New Issue
Block a user