summaryrefslogtreecommitdiff
path: root/tests/projects/c++/modules/stl_headerunit/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/projects/c++/modules/stl_headerunit/xmake.lua')
-rw-r--r--tests/projects/c++/modules/stl_headerunit/xmake.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/projects/c++/modules/stl_headerunit/xmake.lua b/tests/projects/c++/modules/stl_headerunit/xmake.lua
new file mode 100644
index 000000000..e85378c46
--- /dev/null
+++ b/tests/projects/c++/modules/stl_headerunit/xmake.lua
@@ -0,0 +1,4 @@
+set_languages("c++20")
+target("stl_headerunit")
+ set_kind("binary")
+ add_files("src/*.cpp", "src/*.mpp")