summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authoriwubcode <iwubcode@users.noreply.github.com>2024-02-04 17:10:07 -0600
committeriwubcode <iwubcode@users.noreply.github.com>2024-02-11 13:26:39 -0600
commitecfcae87184bc13bb4b9a170b6e72d1442bacb57 (patch)
treee5132774e3ebccf83afdc8dd94a805d8e971a35b /CMakeLists.txt
parent80d77ac0b435910651e79a55d90d1179d19e895d (diff)
Externals: add tinygltf, a library used to load or save GLTF mesh files
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 88e8f4a8f5..1ff8bd9db3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -638,6 +638,7 @@ add_subdirectory(Externals/glslang)
if(WIN32 OR APPLE)
add_subdirectory(Externals/spirv_cross)
endif()
+add_subdirectory(Externals/tinygltf)
if(ENABLE_VULKAN)
add_definitions(-DHAS_VULKAN)