diff --git a/build_vendor.bat b/build_vendor.bat index 95d4bb34d..ab895d3cf 100644 --- a/build_vendor.bat +++ b/build_vendor.bat @@ -15,3 +15,10 @@ if not exist "vendor\miniaudio\lib\*.lib" ( call build.bat popd ) + + +if not exist "vendor\cgltf\lib\*.lib" ( + pushd vendor\cgltf\src + call build.bat + popd +)