From c1c7fb82aed0c403865896a941388a9e2cc486d0 Mon Sep 17 00:00:00 2001 From: Aki Date: Mon, 25 Apr 2022 01:49:48 +0200 Subject: Extended test staged with new enemies --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index e3e9cea..c3e431d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,10 +17,10 @@ endif() find_package(raylib 3 REQUIRED) add_executable( ${PROJECT_NAME} + ArcGenerator.cpp ConstantVelocity.cpp Enemy.cpp EnemyFactory.cpp - ExampleGenerator.cpp Falling.cpp FallingAndOscillating.cpp Game.cpp @@ -34,7 +34,6 @@ add_executable( Stats.cpp TestStage.cpp TitleScreen.cpp - WaveGenerator.cpp ) target_link_libraries(${PROJECT_NAME} raylib) if(MSVC) -- cgit v1.1