aboutsummaryrefslogtreecommitdiff
path: root/build_vendor.bat
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2022-11-04 11:40:07 +0000
committergingerBill <bill@gingerbill.org>2022-11-04 11:40:07 +0000
commit439f4776e44d54d9388c3971621f68fe4e7414a9 (patch)
treee8d4e2782a182f05d13c4ed042023251d40f6188 /build_vendor.bat
parentb743f56fb98da4cf177eec71a3d6370dfbc78982 (diff)
Add cgltf to build_vendor.bat
Diffstat (limited to 'build_vendor.bat')
-rw-r--r--build_vendor.bat7
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
+)