Fix dub.json
This commit is contained in:
parent
3a12f850ed
commit
9248139909
6
dub.json
6
dub.json
|
@ -5,6 +5,8 @@
|
||||||
"authors": ["Brian Schott"],
|
"authors": ["Brian Schott"],
|
||||||
"license" : "Boost Software License - Version 1.0",
|
"license" : "Boost Software License - Version 1.0",
|
||||||
"targetType": "executable",
|
"targetType": "executable",
|
||||||
"sourcePaths": ["."],
|
"dependencies": {
|
||||||
"excludedSourceFiles": ["inifiled/inifiled.d", "inifiled/test.d"],
|
"libdparse": { "path": "libdparse/" },
|
||||||
|
"inifiled": { "path": "inifiled/" }
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue