mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-07 16:18:52 +00:00
Add cgltf to build_vendor.bat
This commit is contained in:
@@ -15,3 +15,10 @@ if not exist "vendor\miniaudio\lib\*.lib" (
|
|||||||
call build.bat
|
call build.bat
|
||||||
popd
|
popd
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
if not exist "vendor\cgltf\lib\*.lib" (
|
||||||
|
pushd vendor\cgltf\src
|
||||||
|
call build.bat
|
||||||
|
popd
|
||||||
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user