From 3fd36c27e9455dae10ed4f569ca4362219bbcbcb Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 4 Sep 2018 16:10:21 +0200 Subject: Initial work on binless (binary-less aka header-only) library support --- build2/cc/link-rule.hxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'build2/cc/link-rule.hxx') diff --git a/build2/cc/link-rule.hxx b/build2/cc/link-rule.hxx index ee4a2bd..47bfdf1 100644 --- a/build2/cc/link-rule.hxx +++ b/build2/cc/link-rule.hxx @@ -98,6 +98,8 @@ namespace build2 // optional for_install; + bool binless; // Binary-less library. + libs_paths libs_data; }; @@ -155,7 +157,7 @@ namespace build2 // pkg-config's .pc file generation (pkgconfig.cxx). // void - pkgconfig_save (action, const file&, bool) const; + pkgconfig_save (action, const file&, bool, bool) const; private: const string rule_id; -- cgit v1.1