diff --git a/CMakeLists.txt b/CMakeLists.txt index 8be2672..0ab86ab 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -38,4 +38,4 @@ find_package(SDL2 REQUIRED CONFIG REQUIRED COMPONENTS SDL2 SDL2main) find_package(SDL2_image REQUIRED) add_subdirectory(engine) -add_subdirectory(app) +add_subdirectory(game) diff --git a/app/CMakeLists.txt b/game/CMakeLists.txt similarity index 100% rename from app/CMakeLists.txt rename to game/CMakeLists.txt diff --git a/app/main.c b/game/main.c similarity index 100% rename from app/main.c rename to game/main.c