Moving dub binaries to bin/
To get dub build in line with make and build.bat, binary output should end up in bin/.
This commit is contained in:
parent
c668bdcf50
commit
8dc6f4dd30
2
dub.json
2
dub.json
|
@ -25,6 +25,7 @@
|
|||
{
|
||||
"name": "client",
|
||||
"targetType": "executable",
|
||||
"targetPath": "bin/",
|
||||
"targetName": "dcd-client",
|
||||
"excludedSourceFiles": [
|
||||
"src/dcd/server/*"
|
||||
|
@ -33,6 +34,7 @@
|
|||
{
|
||||
"name": "server",
|
||||
"targetType": "executable",
|
||||
"targetPath": "bin/",
|
||||
"targetName": "dcd-server",
|
||||
"excludedSourceFiles": [
|
||||
"src/dcd/client/*"
|
||||
|
|
Loading…
Reference in New Issue