From ba8ddd80a4323eb85ee5a569295eb4e80986003f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 28 Jun 2022 10:51:17 +0200 Subject: Complete support for saving/loading library metadata to/from pkg-config files --- libbuild2/cc/link-rule.hxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libbuild2/cc/link-rule.hxx') diff --git a/libbuild2/cc/link-rule.hxx b/libbuild2/cc/link-rule.hxx index 14a70d2..9b491c2 100644 --- a/libbuild2/cc/link-rule.hxx +++ b/libbuild2/cc/link-rule.hxx @@ -59,6 +59,11 @@ namespace build2 target_state perform_clean (action, const target&, match_data&) const; + virtual const target* + import (const prerequisite_key&, + const optional&, + const location&) const override; + public: // Library handling. // -- cgit v1.1