From 23827edd998db30dd1f0d6a14f09399aa7d07b69 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 13 May 2021 15:38:53 +0200 Subject: Add ${c,cxx}.find_system_{header,library}() functions --- libbuild2/cc/link-rule.hxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libbuild2/cc/link-rule.hxx') diff --git a/libbuild2/cc/link-rule.hxx b/libbuild2/cc/link-rule.hxx index c49d20f..c68466a 100644 --- a/libbuild2/cc/link-rule.hxx +++ b/libbuild2/cc/link-rule.hxx @@ -169,6 +169,9 @@ namespace build2 append_binless_modules (sha256&, const scope&, action, const file&) const; + optional + find_system_library (const strings&) const; + protected: static void functions (function_family&, const char*); // functions.cxx -- cgit v1.1