summaryrefslogtreecommitdiff
path: root/tests/projects/c++/modules/culling/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/projects/c++/modules/culling/xmake.lua')
-rw-r--r--tests/projects/c++/modules/culling/xmake.lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/projects/c++/modules/culling/xmake.lua b/tests/projects/c++/modules/culling/xmake.lua
new file mode 100644
index 000000000..33d3934b9
--- /dev/null
+++ b/tests/projects/c++/modules/culling/xmake.lua
@@ -0,0 +1,7 @@
+add_rules("mode.release", "mode.debug")
+set_languages("c++20")
+
+target("culling")
+ set_kind("static")
+ add_files("src/*.mpp")
+ set_policy("build.c++.modules.culling", false)