aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
author3gg <3gg@shellblade.net>2026-03-06 13:30:21 -0800
committer3gg <3gg@shellblade.net>2026-03-06 13:30:21 -0800
commit2d604425277f56c98a5c8351914178480f68bc23 (patch)
treed4f7565adc1ef1e1ee08a295cb9da6fe3c45e758 /CMakeLists.txt
parent4e01e91ef623afa06fcfa019d6628ab1162be1aa (diff)
Move contrib libraries to contrib repo
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
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 @@
1cmake_minimum_required(VERSION 3.5) 1cmake_minimum_required(VERSION 3.5)
2 2
3add_subdirectory(contrib/cgltf)
4add_subdirectory(contrib/cgltf-tangents)
5add_subdirectory(contrib/stb)
6
7add_subdirectory(app) 3add_subdirectory(app)
8 4
9project(gfx) 5project(gfx)