diff options
| author | YamaD <[email protected]> | 2024-07-01 13:15:24 +0900 |
|---|---|---|
| committer | YamaD <[email protected]> | 2024-07-01 13:15:24 +0900 |
| commit | a737ed8316db110f982fd066a8f43ec861bf5b1e (patch) | |
| tree | 9ce83e72a6c0266d6593b33ead55586c2fbcd872 /xmake/rules/c++/modules/xmake.lua | |
| parent | 6bed5edd427bf382cf966f8cbff780f7fdfdad2d (diff) | |
add support for missing C++ Modules file extensions
Diffstat (limited to 'xmake/rules/c++/modules/xmake.lua')
| -rw-r--r-- | xmake/rules/c++/modules/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/c++/modules/xmake.lua b/xmake/rules/c++/modules/xmake.lua index 922841cd1..90ba66c81 100644 --- a/xmake/rules/c++/modules/xmake.lua +++ b/xmake/rules/c++/modules/xmake.lua @@ -22,7 +22,7 @@ rule("c++.build.modules") -- @note common.contains_modules() need it - set_extensions(".mpp", ".mxx", ".cppm", ".ixx") + set_extensions(".cppm", ".ccm", ".cxxm", ".c++m", ".mpp", ".mxx", ".ixx") add_deps("c++.build.modules.builder") add_deps("c++.build.modules.install") |
