From 6570bf598a3b3768fe34827529df5ea0b4b26f0e Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Fri, 20 Dec 2024 12:52:15 +0100 Subject: move game files --- game/CMakeLists.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'game/CMakeLists.txt') diff --git a/game/CMakeLists.txt b/game/CMakeLists.txt index 26d937a..dc55523 100644 --- a/game/CMakeLists.txt +++ b/game/CMakeLists.txt @@ -9,6 +9,17 @@ project(game C CXX) add_subdirectory(../src crepe) add_executable(main + AquariumSubScene.cpp + BackgroundSubScene.cpp + ForestParallaxScript.cpp + ForestSubScene.cpp + GameScene.cpp + HallwaySubScene.cpp + MoveCameraManualyScript.cpp + PlayerScript.cpp + PlayerSubScene.cpp + StartGameScript.cpp + StartSubScene.cpp main.cpp ) -- cgit v1.2.3