Mercurial > hg > orthanc-stone
view Deprecated/Resources/CodeGeneration/testWasmIntegrated/build.sh @ 1401:f6a2d46d2b76
moved CodeGeneration into Deprecated
author | Alain Mazy <alain@mazy.be> |
---|---|
date | Wed, 29 Apr 2020 20:48:18 +0200 |
parents | Resources/CodeGeneration/testWasmIntegrated/build.sh@6d62fc8a6988 |
children |
line wrap: on
line source
#!/bin/bash set -e mkdir -p build-wasm cd build-wasm # shellcheck source="$HOME/apps/emsdk/emsdk_env.sh" source "$HOME/apps/emsdk/emsdk_env.sh" cmake -G Ninja -DCMAKE_TOOLCHAIN_FILE=${EMSCRIPTEN}/cmake/Modules/Platform/Emscripten.cmake -DCMAKE_BUILD_TYPE=Debug -DENABLE_WASM=ON .. ninja cd .. ./build-web.sh