summaryrefslogtreecommitdiff
path: root/tests/projects/c++/modules/hello with spaces/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2022-02-17 22:47:48 +0800
committerruki <[email protected]>2022-02-17 22:47:48 +0800
commit168e70b7e06cfcfbadff763fed0d838b92130ad9 (patch)
tree401fe00d3aaa38d7db950f1d90eba8a292b9d24e /tests/projects/c++/modules/hello with spaces/xmake.lua
parent54efc65b6ed2dfc86c28ba7cc3f40a6084785026 (diff)
improve modules with space
Diffstat (limited to 'tests/projects/c++/modules/hello with spaces/xmake.lua')
-rw-r--r--tests/projects/c++/modules/hello with spaces/xmake.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/projects/c++/modules/hello with spaces/xmake.lua b/tests/projects/c++/modules/hello with spaces/xmake.lua
new file mode 100644
index 000000000..6a69ce121
--- /dev/null
+++ b/tests/projects/c++/modules/hello with spaces/xmake.lua
@@ -0,0 +1,4 @@
+set_languages("c++20")
+target("A hello")
+ set_kind("binary")
+ add_files("src/*.cpp", "src/*.mpp")