summaryrefslogtreecommitdiff
path: root/tests/projects/c++/modules/culling3/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2024-07-25 12:47:50 +0800
committerGitHub <[email protected]>2024-07-25 12:47:50 +0800
commitdeef593df0fc604b0da9fe735edf30e31c82af8c (patch)
tree4be14639a997cdae2ce2da0fad7b36159ec119db /tests/projects/c++/modules/culling3/xmake.lua
parent2eac22e42e4ebeebbcdd5e241fea4fcaf7a92e59 (diff)
parent626b80e46c371a2723f204e2412339e73d6cbece (diff)
Merge pull request #5376 from Arthapz/fix-module-objectfiles-handling
Improve module objectfiles handling and moduleonly package
Diffstat (limited to 'tests/projects/c++/modules/culling3/xmake.lua')
-rw-r--r--tests/projects/c++/modules/culling3/xmake.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/projects/c++/modules/culling3/xmake.lua b/tests/projects/c++/modules/culling3/xmake.lua
new file mode 100644
index 000000000..7ec9385f3
--- /dev/null
+++ b/tests/projects/c++/modules/culling3/xmake.lua
@@ -0,0 +1,6 @@
+add_rules("mode.release", "mode.debug")
+set_languages("c++20")
+
+target("culling")
+ set_kind("static")
+ add_files("src/*.mpp")