summaryrefslogtreecommitdiffhomepage
path: root/file.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'file.cpp')
-rw-r--r--file.cpp2
1 files changed, 1 insertions, 1 deletions
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<fs::path> compile_unit_source_types{".cpp", ".c"};
+ std::unordered_set<fs::path> compile_unit_source_types{".cpp", ".c", ".cc", ".S", ".rs"};
}
// type of file is source of compile unit (no included types like headers)