diff options
| author | gingerBill <bill@gingerbill.org> | 2022-11-04 11:40:07 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2022-11-04 11:40:07 +0000 |
| commit | 439f4776e44d54d9388c3971621f68fe4e7414a9 (patch) | |
| tree | e8d4e2782a182f05d13c4ed042023251d40f6188 /build_vendor.bat | |
| parent | b743f56fb98da4cf177eec71a3d6370dfbc78982 (diff) | |
Add cgltf to build_vendor.bat
Diffstat (limited to 'build_vendor.bat')
| -rw-r--r-- | build_vendor.bat | 7 |
1 files changed, 7 insertions, 0 deletions
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 +) |