diff options
| author | ruki <[email protected]> | 2022-08-14 10:58:07 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-08-14 10:58:07 +0800 |
| commit | 63bdc1bfaff58ba837e325574c6aa5a8151c8ba8 (patch) | |
| tree | 5ee136f56835f0e1b746a820c9286da8fbb6bf1b /xmake/rules/c++/modules/xmake.lua | |
| parent | ceee3b9f38385d3093aba79852a10f8affe6f0b6 (diff) | |
remove unused code
Diffstat (limited to 'xmake/rules/c++/modules/xmake.lua')
| -rw-r--r-- | xmake/rules/c++/modules/xmake.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xmake/rules/c++/modules/xmake.lua b/xmake/rules/c++/modules/xmake.lua index 276566a27..ae81ebc25 100644 --- a/xmake/rules/c++/modules/xmake.lua +++ b/xmake/rules/c++/modules/xmake.lua @@ -20,8 +20,6 @@ -- 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") |
