summary refs log tree commit diff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 93976e2..5117ea3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -43,7 +43,6 @@ add_executable(meowcraft
     src/GFX/Camera.cpp src/GFX/Camera.hpp
     src/Math/Rotation.hpp
     src/GFX/Shading/Uniform.cpp src/GFX/Shading/Uniform.hpp
-    src/GFX/Mouse.cpp src/GFX/Mouse.hpp
     src/GFX/Texture.cpp src/GFX/Texture.hpp
     src/Assets.cpp src/Assets.hpp
     src/GFX/Image/RawImage.cpp src/GFX/Image/RawImage.hpp
@@ -87,6 +86,7 @@ add_executable(meowcraft
     src/GFX/Actions.hpp
     src/GFX/Resources.cpp src/GFX/Resources.hpp
     src/ThreadRole.hpp
+    src/Input.cpp src/Input.hpp
 )
 
 if (WIN32)