-cleaned Meson build files and added some comments
This commit is contained in:
parent
ef12bce88b
commit
3e0ab40977
3 changed files with 11 additions and 1 deletions
|
|
@ -20,6 +20,7 @@ if host_machine.cpu_family() != 'wasm32'
|
|||
else
|
||||
tests_lib = library('decs-tests', tests_src,
|
||||
include_directories : [inc],
|
||||
d_module_versions : ['ECSEmscripten'],
|
||||
)
|
||||
wasm_web = custom_target('wasm-web',
|
||||
command: [emcc, args_wasm, '-o', '@OUTPUT@', '@INPUT@'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue