From c7c412f6458f5aceeb02e9bfc292dc7aac0852d3 Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 25 Jul 2024 00:54:13 +0800 Subject: move autogen tests --- .../other/native_module/hello/modules/binary/bar/xmake.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tests/projects/other/native_module/hello/modules/binary/bar/xmake.lua (limited to 'tests/projects/other/native_module/hello/modules/binary/bar/xmake.lua') diff --git a/tests/projects/other/native_module/hello/modules/binary/bar/xmake.lua b/tests/projects/other/native_module/hello/modules/binary/bar/xmake.lua new file mode 100644 index 000000000..add3c6e97 --- /dev/null +++ b/tests/projects/other/native_module/hello/modules/binary/bar/xmake.lua @@ -0,0 +1,10 @@ +add_rules("mode.debug", "mode.release") + +target("add") + add_rules("module.binary") + add_files("src/add.cpp") + +target("sub") + add_rules("module.binary") + add_files("src/sub.cpp") + -- cgit v1.3.1