mirror of
https://github.com/lighttransport/tinyusdz.git
synced 2026-01-18 01:11:17 +01:00
8 lines
136 B
Bash
Executable File
8 lines
136 B
Bash
Executable File
rm -rf build_emcc
|
|
mkdir build_emcc
|
|
|
|
cd build_emcc
|
|
|
|
# Assume emsdk env has been setup
|
|
emcmake cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo ..
|