diff options
author | HampusM <hampus@hampusmat.com> | 2022-05-02 22:57:51 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-06-13 17:56:59 +0200 |
commit | 741a6008e806abb8e5aaa8f8fb91827fa97ece9d (patch) | |
tree | 05edce915b6cd56abefeedfa723d83cc1b936566 /src/CMakeLists.txt | |
parent | 73290d21d996c7e596ef3c71d55a506f1aa38f2c (diff) |
refactor: move statusline to engine graphics folder
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 3a75269..32118e2 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -17,13 +17,13 @@ file(GLOB SOURCES game/game.cpp game/status_manager.cpp game/generation_tracker.cpp - game/statusline.cpp engine/engine.cpp engine/data/vector2.cpp engine/data/bounds.cpp engine/graphics/scene.cpp engine/graphics/window.cpp engine/graphics/string_matrix.cpp + engine/graphics/statusline.cpp engine/user/input.cpp engine/user/cursor.cpp randomization/generator.cpp |