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.hxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build2/b-options.hxx') diff --git a/build2/b-options.hxx b/build2/b-options.hxx index 535e70c..b6edae8 100644 --- a/build2/b-options.hxx +++ b/build2/b-options.hxx @@ -438,6 +438,9 @@ namespace build2 serial_stop () const; const bool& + structured_result () const; + + const bool& match_only () const; const bool& @@ -515,6 +518,7 @@ namespace build2 size_t queue_depth_; bool queue_depth_specified_; bool serial_stop_; + bool structured_result_; bool match_only_; bool no_column_; bool no_line_; -- cgit v1.1