Building (and including libraries) without dub
zabruk70 via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Sun Aug 27 00:32:37 PDT 2017
On Saturday, 26 August 2017 at 09:03:03 UTC, Hasen Judy wrote:
> What if I want to include a 3rd party library? Surely before
> dub existed, people were incorporating other libraries in their
> projects.
sometimes pragma("lib", ...) very usefull (if i understand you
correctly)
https://dlang.org/spec/pragma.html#lib
More information about the Digitalmars-d-learn
mailing list