build.bat 197 B

1234567
  1. python ../../..//tools/others/embed_folder_js.py -s ../data
  2. mkdir build
  3. cd build
  4. cmake -DCMAKE_TOOLCHAIN_FILE=%EMSCRIPTEN%/cmake/Modules/Platform/emscripten.cmake -G"Unix Makefiles" ..
  5. make
  6. cd ..