From aeae50fe987b1787d1c1ae6f5c0bfb4f179205ef Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 12 Dec 2022 13:21:36 +0200 Subject: Add no_subprojects parameter to info meta-operation --- libbuild2/operation.hxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libbuild2/operation.hxx') diff --git a/libbuild2/operation.hxx b/libbuild2/operation.hxx index 2ff82ad..fd5eea0 100644 --- a/libbuild2/operation.hxx +++ b/libbuild2/operation.hxx @@ -182,6 +182,11 @@ namespace build2 LIBBUILD2_SYMEXPORT extern const meta_operation_info mo_perform; LIBBUILD2_SYMEXPORT extern const meta_operation_info mo_info; + // Return true if params does not contain no_subprojects. + // + bool + info_subprojects (const values& params); + // Operation info. // // NOTE: keep POD-like to ensure can be constant-initialized in order to -- cgit v1.1