aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/target.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cc/target.cxx')
-rw-r--r--build2/cc/target.cxx3
1 files changed, 3 insertions, 0 deletions
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<h>,
&target_extension_var<ext_var, h_ext_def>,
+ &target_pattern_var<ext_var, h_ext_def>,
nullptr,
&search_file,
false
@@ -42,6 +44,7 @@ namespace build2
&cc::static_type,
&target_factory<c>,
&target_extension_var<ext_var, c_ext_def>,
+ &target_pattern_var<ext_var, c_ext_def>,
nullptr,
&search_file,
false