Merge branch 'WebAssembly' of https://gitlab.com/Mergul/bubel-ecs.git into WebAssembly

This commit is contained in:
Mergul 2020-03-28 22:42:19 +01:00
commit 913cf1aef8
3 changed files with 232 additions and 0 deletions

View file

@ -83,6 +83,22 @@
"lflags-gdc": [
"-lpthread"
]
},
{
"name": "unittest-runner",
"targetType" : "executable",
"dflags": [
"-betterC"
],
"sourceFiles":[
"tests/runner.d"
],
"excludedSourceFiles":[
"source\/win_dll.d"
]
}
]
}