Fix dub.json, and remove library configuration
excludedSouceFiles is for preventing conflict
This commit is contained in:
parent
3872490236
commit
114f8880fb
24
dub.json
24
dub.json
|
@ -1,20 +1,10 @@
|
|||
{
|
||||
"name": "dscanner",
|
||||
"description": "Swiss-army knife for D source code",
|
||||
"copyright": "© Brian Schott",
|
||||
"authors": ["Brian Schott"],
|
||||
"importPaths": ["."],
|
||||
"name": "dscanner",
|
||||
"description": "Swiss-army knife for D source code",
|
||||
"copyright": "© Brian Schott",
|
||||
"authors": ["Brian Schott"],
|
||||
"license" : "Boost Software License - Version 1.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "library",
|
||||
"targetType": "library",
|
||||
"sourcePaths": ["std"],
|
||||
},
|
||||
{
|
||||
"name": "dscanner",
|
||||
"targetType": "executable",
|
||||
"sourcePaths": ["."],
|
||||
},
|
||||
],
|
||||
"targetType": "executable",
|
||||
"sourcePaths": ["."],
|
||||
"excludedSourceFiles": ["inifiled/inifiled.d", "inifiled/test.d"],
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue