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:
FR86 2018-03-27 22:41:21 +02:00 committed by GitHub
parent c668bdcf50
commit 8dc6f4dd30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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/*"