浏览代码

Add cgltf to build_vendor.bat

gingerBill 2 年之前
父节点
当前提交
439f4776e4
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      build_vendor.bat

+ 7 - 0
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
+)