From e5152e174154dde4f9fdd3f49047f36c0966d7ea Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 6 Sep 2019 22:38:17 +0800 Subject: impl clang modules --- tests/projects/c++/modules/hello/xmake.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/projects/c++/modules/hello/xmake.lua') diff --git a/tests/projects/c++/modules/hello/xmake.lua b/tests/projects/c++/modules/hello/xmake.lua index 5d94b5d15..e22047e4b 100644 --- a/tests/projects/c++/modules/hello/xmake.lua +++ b/tests/projects/c++/modules/hello/xmake.lua @@ -1,6 +1,5 @@ target("hello") set_kind("binary") - add_rules("c++.build.modules") add_files("src/*.cpp", "src/*.mpp") -- cgit v1.3.1