March 13, 2015 How to reference another dub project? | ||||
---|---|---|---|---|
| ||||
I have two dub projects, one is library, the other one is app. The library is referenced by the app. How to reference it in dub.json? I found the subPackage, It does not meet my needs exactly. |
March 13, 2015 Re: How to reference another dub project? | ||||
---|---|---|---|---|
| ||||
Posted in reply to zhmt | On Friday, 13 March 2015 at 08:24:11 UTC, zhmt wrote: > I have two dub projects, one is library, the other one is app. The library is referenced by the app. How to reference it in dub.json? > > I found the subPackage, It does not meet my needs exactly. I got it: "dependencies": { "gamelibd":{"path":"../gamelibd/"} }, |
Copyright © 1999-2021 by the D Language Foundation