dexed/dexed-d/dub.json

14 lines
259 B
JSON

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