4 lines
94 B
Bash
4 lines
94 B
Bash
|
rm -rf build_em
|
||
|
mkdir build_em
|
||
|
emcmake cmake -DCMAKE_BUILD_TYPE=Release -B build_em -S ../../
|