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 385283d..54793b0 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -18,6 +18,7 @@ file(GLOB SOURCES engine/graphics/bounds.cpp engine/graphics/scene.cpp engine/graphics/string_matrix.cpp + engine/user/input.cpp randomization/generator.cpp randomization/seed_generator.cpp DI/object_type.cpp) |