From e5ba7a1d14ef6f8afa2491b4dc0131169aaa4a76 Mon Sep 17 00:00:00 2001 From: Arthur LAURENT Date: Sun, 21 Jul 2024 16:48:40 +0200 Subject: add a policy to disable module culling --- tests/projects/c++/modules/culling/xmake.lua | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/projects/c++/modules/culling/xmake.lua (limited to 'tests/projects/c++/modules/culling/xmake.lua') 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) -- cgit v1.3.1