Files
core_libraries/resources/packages/tinygltf/prepare
Timothy Prepscius b308a4c280 flatten 20260225
2026-02-25 13:00:25 -05:00

16 lines
197 B
Plaintext
Executable File

set -x
mkdir -p sdk/include
LIB=tinygltf
mkdir $LIB
pushd $LIB
git clone --depth 1 https://github.com/syoyo/tinygltf --branch v2.9.5
popd
pushd sdk/include
ln -fs ../../$LIB/tinygltf
popd