From 14f95cbe61ff9c652810913f54e06bcd49465e58 Mon Sep 17 00:00:00 2001 From: Arthur LAURENT Date: Wed, 24 Jul 2024 02:42:17 +0200 Subject: improve culling tests --- tests/projects/c++/modules/culling3/xmake.lua | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/projects/c++/modules/culling3/xmake.lua (limited to 'tests/projects/c++/modules/culling3/xmake.lua') 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") -- cgit v1.3.1