diff options
author | 3gg <3gg@shellblade.net> | 2023-06-24 18:46:33 -0700 |
---|---|---|
committer | 3gg <3gg@shellblade.net> | 2023-06-24 18:46:33 -0700 |
commit | 0831d5bce79008bfa6404f8e8116ae8290442fde (patch) | |
tree | e488c719e16b34b60126837a90a44d1c3dd552ee /CMakeLists.txt | |
parent | cf886f4fa406ddd48f30c00ad3c77f9dc134af3a (diff) |
Isometric Renderer initial commit.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2aac1ab..3a0cd5a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -2,4 +2,5 @@ cmake_minimum_required(VERSION 3.0) | |||
2 | 2 | ||
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(gltfview) | 6 | add_subdirectory(gltfview) |