From f0edc0e2b67fa43c4e2410c7d3d8f1841d576749 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 26 Aug 2016 16:37:16 +0200 Subject: Add pkg-config support for import installed Redesign library importing/exporting while at it. --- build2/b.cxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build2/b.cxx') diff --git a/build2/b.cxx b/build2/b.cxx index 81e1b2f..bb4f0fe 100644 --- a/build2/b.cxx +++ b/build2/b.cxx @@ -47,6 +47,7 @@ using namespace std; #include #include #include +#include using namespace build2; @@ -228,6 +229,9 @@ main (int argc, char* argv[]) bm["bin.rc.config"] = mf {nullptr, &bin::rc_config_init}; bm["bin.rc"] = mf {nullptr, &bin::rc_init}; + bm["pkgconfig.config"] = mf {nullptr, &pkgconfig::config_init}; + bm["pkgconfig"] = mf {nullptr, &pkgconfig::init}; + bm["cc.core.vars"] = mf {nullptr, &cc::core_vars_init}; bm["cc.core.config"] = mf {nullptr, &cc::core_config_init}; bm["cc.core"] = mf {nullptr, &cc::core_init}; -- cgit v1.1