summaryrefslogtreecommitdiff
path: root/tests/projects/c++/modules/hello/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2019-09-06 00:13:31 +0800
committerruki <[email protected]>2019-09-05 19:21:07 +0800
commit5f3ad152caf5509dd6e8a8249872c8969be1d49f (patch)
tree7bf28a9ce47129605e7b7c52e90e284106adad89 /tests/projects/c++/modules/hello/xmake.lua
parenta8061f2bed770641ea7137e6211aea50bbe6abd9 (diff)
add cppmodule rules and tests
Diffstat (limited to 'tests/projects/c++/modules/hello/xmake.lua')
-rw-r--r--tests/projects/c++/modules/hello/xmake.lua6
1 files changed, 6 insertions, 0 deletions
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")
+
+