From 566bcb8c4c36d12e398f00349c5f27cae06fa7a9 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 27 Jul 2017 18:40:52 +0200 Subject: Implement displaying build progress (--progress|-p) --- 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 6c49ede..579ba4d 100644 --- a/build2/b-options.ixx +++ b/build2/b-options.ixx @@ -229,6 +229,12 @@ namespace build2 } inline const bool& options:: + progress () const + { + return this->progress_; + } + + inline const bool& options:: quiet () const { return this->quiet_; -- cgit v1.1