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/cc/target.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'build2/cc') diff --git a/build2/cc/target.cxx b/build2/cc/target.cxx index d8c3b97..f269b35 100644 --- a/build2/cc/target.cxx +++ b/build2/cc/target.cxx @@ -17,6 +17,7 @@ namespace build2 nullptr, nullptr, nullptr, + nullptr, &search_target, false }; @@ -30,6 +31,7 @@ namespace build2 &file::static_type, &target_factory, &target_extension_var, + &target_pattern_var, nullptr, &search_file, false @@ -42,6 +44,7 @@ namespace build2 &cc::static_type, &target_factory, &target_extension_var, + &target_pattern_var, nullptr, &search_file, false -- cgit v1.1