From 7c9c492f1555bb84a43fc68a56f69c25b54e7346 Mon Sep 17 00:00:00 2001 From: Aki Date: Mon, 18 Apr 2022 11:35:25 +0200 Subject: Separated Stage from GameScreen --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 32c3787..5b2d655 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,6 +17,7 @@ add_executable( GameScreen.cpp main.cpp Player.cpp + TestStage.cpp TitleScreen.cpp ) target_link_libraries(${PROJECT_NAME} raylib) -- cgit v1.1