diff options
author | Roland Reichwein <mail@reichwein.it> | 2024-05-05 11:20:29 +0200 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2024-05-05 11:20:29 +0200 |
commit | d137a52a6807f4c74e8e7e32e62ee4acbfe92197 (patch) | |
tree | d0a1f48666a752e425b392182b27c54859e6eb95 /file.cpp | |
parent | 39c1729d8dcfffb0f72985411b8b489835d4fd5f (diff) |
Tests
Diffstat (limited to 'file.cpp')
-rw-r--r-- | file.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |