How to better organize dub project to get 3 exe from same codebase?
Zardoz via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Sat Feb 27 14:30:30 PST 2016
On Saturday, 27 February 2016 at 13:56:21 UTC, Suliman wrote:
> What I am doing wrong?
> http://img.ctrlv.in/img/16/02/27/56d1aae37b77a.png
Try :
dub build code1:App1
dub build code1:App2
More information about the Digitalmars-d-learn
mailing list