diff options
| author | 3gg <3gg@shellblade.net> | 2026-03-06 13:30:21 -0800 |
|---|---|---|
| committer | 3gg <3gg@shellblade.net> | 2026-03-06 13:30:21 -0800 |
| commit | 2d604425277f56c98a5c8351914178480f68bc23 (patch) | |
| tree | d4f7565adc1ef1e1ee08a295cb9da6fe3c45e758 /CMakeLists.txt | |
| parent | 4e01e91ef623afa06fcfa019d6628ab1162be1aa (diff) | |
Move contrib libraries to contrib repo
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7d3767d..a215b37 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
| @@ -1,9 +1,5 @@ | |||
| 1 | cmake_minimum_required(VERSION 3.5) | 1 | cmake_minimum_required(VERSION 3.5) |
| 2 | 2 | ||
| 3 | add_subdirectory(contrib/cgltf) | ||
| 4 | add_subdirectory(contrib/cgltf-tangents) | ||
| 5 | add_subdirectory(contrib/stb) | ||
| 6 | |||
| 7 | add_subdirectory(app) | 3 | add_subdirectory(app) |
| 8 | 4 | ||
| 9 | project(gfx) | 5 | project(gfx) |
