aboutsummaryrefslogtreecommitdiff
path: root/build_vendor.bat
diff options
context:
space:
mode:
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
+)