-cleaned Meson build files and added some comments

This commit is contained in:
Mergul 2021-03-13 20:28:06 +01:00
parent ef12bce88b
commit 3e0ab40977
3 changed files with 11 additions and 1 deletions

View file

@ -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@'],