diff options
Diffstat (limited to 'libbuild2/operation.hxx')
-rw-r--r-- | libbuild2/operation.hxx | 5 |
1 files changed, 5 insertions, 0 deletions
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 |