diff options
Diffstat (limited to 'libbuild2/cxx/target.cxx')
-rw-r--r-- | libbuild2/cxx/target.cxx | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libbuild2/cxx/target.cxx b/libbuild2/cxx/target.cxx index 5ead620..37096c3 100644 --- a/libbuild2/cxx/target.cxx +++ b/libbuild2/cxx/target.cxx @@ -90,5 +90,18 @@ namespace build2 &file_search, target_type::flag::none }; + + const target_type cxx_inc::static_type + { + "cxx_inc", + &cc::static_type, + nullptr, + nullptr, + nullptr, + nullptr, + nullptr, + &target_search, + target_type::flag::none + }; } } |