diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
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 | ||
3 | project(gfx-all) | 3 | project(gfx-all) |
4 | 4 | ||
5 | add_subdirectory(app) | ||
5 | add_subdirectory(gfx) | 6 | add_subdirectory(gfx) |
6 | add_subdirectory(gfx-app) | ||
7 | add_subdirectory(gfx-iso) | 7 | add_subdirectory(gfx-iso) |
8 | add_subdirectory(game) | 8 | add_subdirectory(game) |