summaryrefslogtreecommitdiff
path: root/tests/projects/other/native_module/modules/shared/foo/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/projects/other/native_module/modules/shared/foo/xmake.lua')
-rw-r--r--tests/projects/other/native_module/modules/shared/foo/xmake.lua6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/projects/other/native_module/modules/shared/foo/xmake.lua b/tests/projects/other/native_module/modules/shared/foo/xmake.lua
deleted file mode 100644
index 035573d9f..000000000
--- a/tests/projects/other/native_module/modules/shared/foo/xmake.lua
+++ /dev/null
@@ -1,6 +0,0 @@
-add_rules("mode.debug", "mode.release")
-
-target("foo")
- add_rules("module.shared")
- add_files("src/foo.c")
-