22 lines
312 B
Text
22 lines
312 B
Text
|
[settings]
|
||
|
os=Emscripten
|
||
|
arch=wasm
|
||
|
build_type=Debug
|
||
|
compiler=clang
|
||
|
compiler.version=19
|
||
|
compiler.cppstd=gnu17
|
||
|
compiler.runtime=static
|
||
|
compiler.runtime_type=Debug
|
||
|
compiler.runtime_version=v143
|
||
|
|
||
|
[buildenv]
|
||
|
CC=clang
|
||
|
CXX=clang
|
||
|
RC=clang
|
||
|
|
||
|
[tool_requires]
|
||
|
emsdk/3.1.73
|
||
|
|
||
|
[conf]
|
||
|
tools.cmake.cmaketoolchain:generator=Ninja
|