mirror of
https://github.com/lighttransport/tinyusdz.git
synced 2026-01-18 01:11:17 +01:00
5 lines
113 B
Batchfile
5 lines
113 B
Batchfile
rmdir /s /q build
|
|
mkdir build
|
|
|
|
cmake -G "Visual Studio 16 2019" -A x64 -DTINYUSDZ_WITH_OPENSUBDIV=On -Bbuild -H.
|