From 683e22c419757744ce853c35d732f607ddb9af16 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Wed, 3 Feb 2021 12:33:03 -0500 Subject: Added input system --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 65abfe1..a87b017 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -41,6 +41,7 @@ add_executable(tanetane src/camera_system.cpp src/animation_system.cpp src/character_system.cpp + src/input_system.cpp ) set_property(TARGET tanetane PROPERTY CXX_STANDARD 17) -- cgit 1.4.1