aboutsummaryrefslogtreecommitdiff
path: root/build2/pkgconfig
AgeCommit message (Collapse)AuthorFilesLines
2016-08-27Clean up library export, make c and cxx modules project root onlyBoris Kolpackov1-1/+3
So now c and cxx modules can only be loaded in project root scope (normally root.build). Also, the c.std and cxx.std must now be set *before* loading the module to take effect. This means we won't be able to handle old buildfiles anymore but old versions of build2 should be able to handle new *.std placement.
2016-08-26Add pkg-config support for import installedBoris Kolpackov2-0/+196
Redesign library importing/exporting while at it.