dexed/dexed-d/dub.json

18 lines
310 B
JSON

{
"name" : "dexed-d",
"targetType" : "dynamicLibrary",
"targetPath" : "../bin",
"targetName" : "libdexed-d",
"dependencies" : {
"libdparse" : {
"path" : "../etc/libdparse"
},
"iz" : {
"path" : "../etc/iz"
}
},
"dflags" : [
"-link-defaultlib-shared=false"
]
}