From 8ff42715e5971f0257c70a639af0106b0199c7c6 Mon Sep 17 00:00:00 2001 From: arngo <27396817+arngo@users.noreply.github.com> Date: Tue, 30 May 2023 23:31:01 -0400 Subject: implement menu system --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 578f80e..a6fb109 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,6 +14,7 @@ add_executable(${PROJECT_NAME} "src/wall.c" "src/debug.c" "src/init.c" + "src/menu.c" ) set_property(TARGET ${PROJECT_NAME} PROPERTY C_STANDARD 99) -- cgit v1.2.3