diff options
| author | ruki <[email protected]> | 2023-02-03 23:11:49 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-02-03 23:11:49 +0800 |
| commit | ccb0ede6e755b0f736a7dd1f6b00b871df5221d0 (patch) | |
| tree | 0c727f2bae1693b9a240d4f7f584f62abab36120 /xmake/rules/c++/modules/xmake.lua | |
| parent | b51bae040adafebac74eca5a640e21e2fe2c5478 (diff) | |
| parent | 419db506cc13289febf5143577b43be672d3db3d (diff) | |
Merge pull request #3330 from xmake-io/module
improve module without cpp
Diffstat (limited to 'xmake/rules/c++/modules/xmake.lua')
| -rw-r--r-- | xmake/rules/c++/modules/xmake.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xmake/rules/c++/modules/xmake.lua b/xmake/rules/c++/modules/xmake.lua index b62ec0f36..2f9b207bf 100644 --- a/xmake/rules/c++/modules/xmake.lua +++ b/xmake/rules/c++/modules/xmake.lua @@ -20,7 +20,10 @@ -- define rule: c++.build.modules rule("c++.build.modules") + + -- @note common.contains_modules() need it set_extensions(".mpp", ".mxx", ".cppm", ".ixx") + add_deps("c++.build.modules.builder") add_deps("c++.build.modules.install") |
