diff options
Diffstat (limited to 'libbuild2/target.cxx')
-rw-r--r-- | libbuild2/target.cxx | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libbuild2/target.cxx b/libbuild2/target.cxx index 5859e61..a9ae47a 100644 --- a/libbuild2/target.cxx +++ b/libbuild2/target.cxx @@ -1217,6 +1217,19 @@ namespace build2 target_type::flag::none }; + const target_type group::static_type + { + "group", + &mtime_target::static_type, + &target_factory<group>, + nullptr, + nullptr, + nullptr, + nullptr, + &target_search, + target_type::flag::group + }; + static const target* alias_search (const target& t, const prerequisite_key& pk) { |