From cf3bfd60ad03f2feb2ccc62a12fc2922bdc2fb71 Mon Sep 17 00:00:00 2001 From: HampusM Date: Thu, 2 Jun 2022 20:07:09 +0200 Subject: refactor: remove randomization & argument parser --- src/CMakeLists.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 0c576e3..76a6d5a 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -12,7 +12,6 @@ file(GLOB SOURCES game_of_life.cpp bootstrap.cpp conversion.cpp - argument_parser.cpp util/color.cpp game/game.cpp game/status_manager.cpp @@ -24,9 +23,7 @@ file(GLOB SOURCES engine/graphics/string_matrix.cpp engine/graphics/statusline.cpp engine/user/input.cpp - engine/user/cursor.cpp - randomization/generator.cpp - randomization/seed_generator.cpp) + engine/user/cursor.cpp) add_executable(${PROJECT_NAME} ${SOURCES}) -- cgit v1.2.3-18-g5258