Linking external *.lib files

Jolly James via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Jun 16 17:33:01 PDT 2017


On Saturday, 17 June 2017 at 00:09:41 UTC, Jolly James wrote:
> Let's assume, I have the following 2 dub packages:
>
>
> pkgBASE:
>     (depends on public DUB package)
>     source/
>     lib/
> pkgAPP:
>     (depends on pkgBASE)
>     source/
>
>
> I have added pkgBASE via add-path. This wasn't a problem at all.
>
> Unfortunately, the public DUB package requires to be linked 
> with the libs from pkgBASE/lib. What do I have to add to 
> pkgBASE's dub.json?

Side-note: the lib/ should not be moved for portability reasons 
if this is possible


More information about the Digitalmars-d-learn mailing list