diff options
author | 3gg <3gg@shellblade.net> | 2024-01-20 15:54:54 -0800 |
---|---|---|
committer | 3gg <3gg@shellblade.net> | 2024-01-20 15:54:54 -0800 |
commit | 3cd5b0bcca694630fcb4b977ddf7be7cd1bce153 (patch) | |
tree | e1a0e02ab5471d0f2ffb499f18109d6790241798 /CMakeLists.txt | |
parent | 02ec7cd07213e267fda7e1e67b62f55e92a2f32c (diff) |
Rename gltfview -> game.
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 3a0cd5a..6ec4a34 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -3,4 +3,4 @@ cmake_minimum_required(VERSION 3.0) | |||
3 | add_subdirectory(gfx) | 3 | add_subdirectory(gfx) |
4 | add_subdirectory(gfx-app) | 4 | add_subdirectory(gfx-app) |
5 | add_subdirectory(gfx-iso) | 5 | add_subdirectory(gfx-iso) |
6 | add_subdirectory(gltfview) | 6 | add_subdirectory(game) |