Merge branch 'WebAssembly' of https://gitlab.com/Mergul/bubel-ecs.git into WebAssembly
This commit is contained in:
commit
913cf1aef8
3 changed files with 232 additions and 0 deletions
16
dub.json
16
dub.json
|
|
@ -83,6 +83,22 @@
|
|||
"lflags-gdc": [
|
||||
"-lpthread"
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"name": "unittest-runner",
|
||||
"targetType" : "executable",
|
||||
"dflags": [
|
||||
"-betterC"
|
||||
],
|
||||
"sourceFiles":[
|
||||
"tests/runner.d"
|
||||
],
|
||||
"excludedSourceFiles":[
|
||||
"source\/win_dll.d"
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue