add dub.json
- defines 2 configurations "library" and "dscanner"
This commit is contained in:
parent
06436cbc1f
commit
97c2d9aff5
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
"name": "dscanner",
|
||||||
|
"description": "Swiss-army knife for D source code",
|
||||||
|
"copyright": "Copyright © 2012 -, Brian Schott",
|
||||||
|
"authors": ["Brian Schott"],
|
||||||
|
"importPaths": ["."],
|
||||||
|
"configurations": [
|
||||||
|
{
|
||||||
|
"name": "library",
|
||||||
|
"targetType": "library",
|
||||||
|
"sourcePaths": ["stdx"],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "dscanner",
|
||||||
|
"targetType": "executable",
|
||||||
|
"sourcePaths": ["."],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
}
|
Loading…
Reference in New Issue