diff options
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 1a52ae8..c603b37 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -15,6 +15,7 @@ file(GLOB SOURCES argument_parser.cpp util/color.cpp game/game.cpp + game/cursor_listener.cpp engine/engine.cpp engine/data/vector2.cpp engine/data/bounds.cpp |