From 3c505f6f7fa5d4fab7c2a2864a45c8f5d0b4d329 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sat, 13 Mar 2021 07:11:56 -0500 Subject: Created MenuSystem It currently has nothing in it. #7 --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 5427efc..c5c7767 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -56,6 +56,7 @@ add_executable(tanetane src/effect_system.cpp src/behaviour_system.cpp src/mirror_system.cpp + src/menu_system.cpp ) set_property(TARGET tanetane PROPERTY CXX_STANDARD 17) -- cgit 1.4.1