diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-12-13 14:20:54 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-12-13 14:22:07 +0200 |
commit | f11d720f2fb62b46ad17d3aa3850140a4839f114 (patch) | |
tree | 7b077efc16b0362283e1857cf974090ee4ce8f26 /build2/context.hxx | |
parent | 08688bfc12a42a0399bcbdd6fe7d30d8f2486775 (diff) |
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.
Diffstat (limited to 'build2/context.hxx')
-rw-r--r-- | build2/context.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
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; |