diff options
| author | iwubcode <iwubcode@users.noreply.github.com> | 2024-02-04 17:10:07 -0600 |
|---|---|---|
| committer | iwubcode <iwubcode@users.noreply.github.com> | 2024-02-11 13:26:39 -0600 |
| commit | ecfcae87184bc13bb4b9a170b6e72d1442bacb57 (patch) | |
| tree | e5132774e3ebccf83afdc8dd94a805d8e971a35b /CMakeLists.txt | |
| parent | 80d77ac0b435910651e79a55d90d1179d19e895d (diff) | |
Externals: add tinygltf, a library used to load or save GLTF mesh files
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 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) |
