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