diff options
| author | ruki <[email protected]> | 2022-08-14 11:52:39 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-08-14 11:52:39 +0800 |
| commit | cbf9452ce0bf312b6ddcc4ab4bcdf61553100a3c (patch) | |
| tree | d54ec2ab7ae9b295c30738fa094052fe61b1de75 /xmake/rules/c++/modules/xmake.lua | |
| parent | 7553abdc8062e4ae45604e03b05986e84221b33c (diff) | |
fix modules
Diffstat (limited to 'xmake/rules/c++/modules/xmake.lua')
| -rw-r--r-- | xmake/rules/c++/modules/xmake.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/rules/c++/modules/xmake.lua b/xmake/rules/c++/modules/xmake.lua index ae81ebc25..3ef960d7a 100644 --- a/xmake/rules/c++/modules/xmake.lua +++ b/xmake/rules/c++/modules/xmake.lua @@ -20,6 +20,7 @@ -- define rule: c++.build.modules rule("c++.build.modules") + set_extensions(".mpp", ".mxx", ".cppm", ".ixx") add_deps("c++.build.modules.builder") add_deps("c++.build.modules.install") |
