From 630dc4ccf3207f7cdd5b410582e1e572081b80e8 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 16 Dec 2017 09:43:38 +0200 Subject: Add support for structured result output (--structured-result) --- build2/b-options.ixx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'build2/b-options.ixx') diff --git a/build2/b-options.ixx b/build2/b-options.ixx index 1c99dc3..ef304d3 100644 --- a/build2/b-options.ixx +++ b/build2/b-options.ixx @@ -301,6 +301,12 @@ namespace build2 } inline const bool& options:: + structured_result () const + { + return this->structured_result_; + } + + inline const bool& options:: match_only () const { return this->match_only_; -- cgit v1.1