mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 09:39:46 -06:00
Externals: add tinygltf, a library used to load or save GLTF mesh files
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user