From 6393d49cd57ff5d66c5535b3f6d6f8c22a7696f9 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 5 Aug 2017 16:39:38 +0200 Subject: Add --match-only option --- 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 579ba4d..af32a3d 100644 --- a/build2/b-options.ixx +++ b/build2/b-options.ixx @@ -295,6 +295,12 @@ namespace build2 } inline const bool& options:: + match_only () const + { + return this->match_only_; + } + + inline const bool& options:: no_column () const { return this->no_column_; -- cgit v1.1