aboutsummaryrefslogtreecommitdiff
path: root/build2/cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-03-10 11:51:24 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-03-10 11:51:24 +0200
commit6362c4e4eda8340eedc73dfdbf6b92b281ccbadd (patch)
treec4878757293cc61398e257b96b0a30914e85e3a6 /build2/cxx
parenta81d3fb9160b3032124bdc58e76619b724ccdb6c (diff)
Implement support for wildcard patterns
Diffstat (limited to 'build2/cxx')
-rw-r--r--build2/cxx/target.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/build2/cxx/target.cxx b/build2/cxx/target.cxx
index 37f33cb..7b19312 100644
--- a/build2/cxx/target.cxx
+++ b/build2/cxx/target.cxx
@@ -19,6 +19,7 @@ namespace build2
&file::static_type,
&target_factory<hxx>,
&target_extension_var<ext_var, hxx_ext_def>,
+ &target_pattern_var<ext_var, hxx_ext_def>,
nullptr,
&search_file,
false
@@ -31,6 +32,7 @@ namespace build2
&file::static_type,
&target_factory<ixx>,
&target_extension_var<ext_var, ixx_ext_def>,
+ &target_pattern_var<ext_var, ixx_ext_def>,
nullptr,
&search_file,
false
@@ -43,6 +45,7 @@ namespace build2
&file::static_type,
&target_factory<txx>,
&target_extension_var<ext_var, txx_ext_def>,
+ &target_pattern_var<ext_var, txx_ext_def>,
nullptr,
&search_file,
false
@@ -55,6 +58,7 @@ namespace build2
&cc::static_type,
&target_factory<cxx>,
&target_extension_var<ext_var, cxx_ext_def>,
+ &target_pattern_var<ext_var, cxx_ext_def>,
nullptr,
&search_file,
false