setting stringImportPaths in dub.json
cy via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Sun Mar 20 21:45:14 PDT 2016
"stringImportPaths": ["../sharedViews/"]
nope...
"buildSettings": {
"stringImportPaths": ["../sharedViews/"]
}
nope...
"package": {
"name": "myownfreakingpackage",
"buildSettings": {
"stringImportPaths": ["../sharedViews/"]
}
}
nope...
"package": {
"name": "myownfreakingpackage",
"stringImportPaths": ["../sharedViews/"]
}
nope...
How do you add stringImportPaths? I want to import stuff besides
in just views/, some multi-project shared folders.
More information about the Digitalmars-d-learn
mailing list