diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-06-28 10:51:17 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-06-28 11:11:55 +0200 |
commit | ba8ddd80a4323eb85ee5a569295eb4e80986003f (patch) | |
tree | 09722bdb653de49dd2d732c4034f5ec1f5b93047 /libbuild2/cc/link-rule.hxx | |
parent | 17af650e17fafd4d3fa2bf0e06253e15f4e5b9c3 (diff) |
Complete support for saving/loading library metadata to/from pkg-config files
Diffstat (limited to 'libbuild2/cc/link-rule.hxx')
-rw-r--r-- | libbuild2/cc/link-rule.hxx | 5 |
1 files changed, 5 insertions, 0 deletions
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<string>&, + const location&) const override; + public: // Library handling. // |