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/cc/compile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'build2/cc/compile') diff --git a/build2/cc/compile b/build2/cc/compile index 2f1a0eb..5bff6b1 100644 --- a/build2/cc/compile +++ b/build2/cc/compile @@ -41,6 +41,12 @@ namespace build2 perform_clean (action, target&) const; private: + void + append_lib_options (cstrings&, target&) const; + + void + hash_lib_options (sha256&, target&) const; + // Mapping of include prefixes (e.g., foo in ) for auto- // generated headers to directories where they will be generated. // @@ -57,7 +63,7 @@ namespace build2 append_prefixes (prefix_map&, target&, const variable&) const; void - append_lib_prefixes (prefix_map&, target&, lorder) const; + append_lib_prefixes (prefix_map&, target&) const; prefix_map build_prefix_map (target&, lorder) const; -- cgit v1.1