From d137a52a6807f4c74e8e7e32e62ee4acbfe92197 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sun, 5 May 2024 11:20:29 +0200 Subject: Tests --- file.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'file.cpp') diff --git a/file.cpp b/file.cpp index 823d723..9912d29 100644 --- a/file.cpp +++ b/file.cpp @@ -13,7 +13,7 @@ bool is_buildable_by_extension(const fs::path& p) { } namespace { - std::unordered_set compile_unit_source_types{".cpp", ".c"}; + std::unordered_set compile_unit_source_types{".cpp", ".c", ".cc", ".S", ".rs"}; } // type of file is source of compile unit (no included types like headers) -- cgit v1.2.3