From 486ca3846b46dc229e5807968578809766ec1991 Mon Sep 17 00:00:00 2001 From: HampusM Date: Wed, 23 Mar 2022 19:41:31 +0100 Subject: feat: implement generations & multithreading --- src/CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index c603b37..4aa4a40 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -15,7 +15,9 @@ file(GLOB SOURCES argument_parser.cpp util/color.cpp game/game.cpp - game/cursor_listener.cpp + game/status_updater.cpp + game/generation_tracker.cpp + game/statusline.cpp engine/engine.cpp engine/data/vector2.cpp engine/data/bounds.cpp @@ -29,6 +31,7 @@ file(GLOB SOURCES commands/insert_cell.cpp commands/move_cursor.cpp commands/quit.cpp + commands/toggle_pause.cpp DI/object_type.cpp) add_executable(${PROJECT_NAME} ${SOURCES}) -- cgit v1.2.3-18-g5258