From 990430ca785e293ee81ee39360581fda06de621b Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 29 Aug 2023 23:00:23 +0800 Subject: add cppfront test --- tests/projects/other/cppfront/xmake.lua | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/projects/other/cppfront/xmake.lua (limited to 'tests/projects/other/cppfront/xmake.lua') diff --git a/tests/projects/other/cppfront/xmake.lua b/tests/projects/other/cppfront/xmake.lua new file mode 100644 index 000000000..5499ee547 --- /dev/null +++ b/tests/projects/other/cppfront/xmake.lua @@ -0,0 +1,6 @@ +add_rules("mode.debug", "mode.release") + +target("test") + set_kind("binary") + add_files("src/*.cpp2") + -- cgit v1.3.1