From 5864e5abc43b201c3801fa39a2fcaf9e3a9e8914 Mon Sep 17 00:00:00 2001 From: HampusM Date: Sun, 27 Feb 2022 12:54:10 +0100 Subject: refactor: use dependency injection --- src/CMakeLists.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 1e4d106..54ee94f 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -10,8 +10,12 @@ endfunction(target_link_libraries_system) file(GLOB SOURCES game_of_life.cpp + bootstrap.cpp conversion.cpp - randomization.cpp) + argument_parser.cpp + randomization/generator.cpp + randomization/seed_generator.cpp + DI/object_type.cpp) add_executable(${PROJECT_NAME} ${SOURCES}) -- cgit v1.2.3-18-g5258