summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
author3gg <3gg@shellblade.net>2024-03-09 08:55:46 -0800
committer3gg <3gg@shellblade.net>2024-03-09 08:55:46 -0800
commitf9e38bf24e1874d773083d06ca443cce9bd92d56 (patch)
treea86b156f921c57e6855c08b076d731added79c85 /CMakeLists.txt
parentadbd2511beec8f1caa1752bdfd755cc2f62ba425 (diff)
Rename gfx_app -> app.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 27e4bd6..25c7560 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.0)
2 2
3project(gfx-all) 3project(gfx-all)
4 4
5add_subdirectory(app)
5add_subdirectory(gfx) 6add_subdirectory(gfx)
6add_subdirectory(gfx-app)
7add_subdirectory(gfx-iso) 7add_subdirectory(gfx-iso)
8add_subdirectory(game) 8add_subdirectory(game)