From 419db506cc13289febf5143577b43be672d3db3d Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 4 Feb 2023 00:40:11 +0800 Subject: add some comments --- xmake/rules/c++/modules/xmake.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'xmake/rules/c++/modules/xmake.lua') 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") -- cgit v1.3.1