From a84ff43b183181e0a12c6d5e31c1f366d39ce2fe Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 31 Jul 2017 18:42:47 +0200 Subject: Experimental (and probably broken) pkg-config generation support --- build2/cc/install.hxx | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'build2/cc/install.hxx') diff --git a/build2/cc/install.hxx b/build2/cc/install.hxx index a846fc8..2dd2b71 100644 --- a/build2/cc/install.hxx +++ b/build2/cc/install.hxx @@ -41,6 +41,15 @@ namespace build2 virtual bool uninstall_extra (const file&, const install_dir&) const override; + virtual target_state + update_extra (action, const target&) const override; + + private: + // pkg-config's .pc file generation (in pkgconfig.cxx). + // + void + pkgconfig_save (action, const file&, bool) const; + private: const link& link_; }; -- cgit v1.1