From 6362c4e4eda8340eedc73dfdbf6b92b281ccbadd Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 10 Mar 2017 11:51:24 +0200 Subject: Implement support for wildcard patterns --- build2/cli/target.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build2/cli/target.cxx') diff --git a/build2/cli/target.cxx b/build2/cli/target.cxx index 015c034..e3ce7e2 100644 --- a/build2/cli/target.cxx +++ b/build2/cli/target.cxx @@ -22,6 +22,7 @@ namespace build2 &file::static_type, &target_factory, &target_extension_var, + &target_pattern_var, nullptr, &search_file, false @@ -68,6 +69,7 @@ namespace build2 &cli_cxx_factory, nullptr, nullptr, + nullptr, &search_target, true // "See through" default iteration mode. }; -- cgit v1.1