From f11d720f2fb62b46ad17d3aa3850140a4839f114 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 13 Dec 2017 14:20:54 +0200 Subject: Implement info meta operation This meta operation can be used to print basic information (name, version, source/output roots, etc) for one or more projects. --- build2/context.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build2/context.hxx') diff --git a/build2/context.hxx b/build2/context.hxx index fed6bf1..d2daad6 100644 --- a/build2/context.hxx +++ b/build2/context.hxx @@ -258,6 +258,8 @@ namespace build2 // Cached variables. // + // Note: consider printing in info meta-operation if adding anything here. + // extern const variable* var_src_root; extern const variable* var_out_root; extern const variable* var_src_base; -- cgit v1.1