jimporter / bfg9000

bfg9000 - build file generator
https://jimporter.github.io/bfg9000
BSD 3-Clause "New" or "Revised" License
76 stars 21 forks source link

Add a "universal" package resolver #64

Closed jimporter closed 7 years ago

jimporter commented 8 years ago

People probably don't care where their package comes from (pkg-config, NuGet, the "system", etc). There should be a function just called package that Just Works. Note that package resolvers like boost_package wouldn't fall under this, since their packages are in a different namespace.