bfgroup / b2

B2 makes it easy to build C++ projects, everywhere.
https://www.bfgroup.xyz/b2/
Boost Software License 1.0
75 stars 228 forks source link

allow adding dll-path to usage requirements of searched libraries #389

Closed grisumbras closed 3 months ago

grisumbras commented 3 months ago

Proposed changes

  1. Adds the ability to add to usage requirements of targets created by ac.jam.
  2. Uses that ability from toolset modules for libraries.

Types of changes