From 5f3ad152caf5509dd6e8a8249872c8969be1d49f Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 6 Sep 2019 00:13:31 +0800 Subject: add cppmodule rules and tests --- tests/projects/c++/modules/hello/xmake.lua | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/projects/c++/modules/hello/xmake.lua (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 new file mode 100644 index 000000000..5d94b5d15 --- /dev/null +++ b/tests/projects/c++/modules/hello/xmake.lua @@ -0,0 +1,6 @@ +target("hello") + set_kind("binary") + add_rules("c++.build.modules") + add_files("src/*.cpp", "src/*.mpp") + + -- cgit v1.3.1