summaryrefslogtreecommitdiff
path: root/tests/projects/zig/console/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2020-07-09 00:40:35 +0800
committerruki <[email protected]>2020-07-08 22:03:34 +0800
commit519535ca82c093b011ccec2ba4c8378c117f72c0 (patch)
tree5e10220f230eb465b11f03564a4e2218a17cb29d /tests/projects/zig/console/xmake.lua
parentc8bb0d3edb89d1ca0d2f4615b949eab952421478 (diff)
add zig support
Diffstat (limited to 'tests/projects/zig/console/xmake.lua')
-rw-r--r--tests/projects/zig/console/xmake.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/projects/zig/console/xmake.lua b/tests/projects/zig/console/xmake.lua
new file mode 100644
index 000000000..0a002cba1
--- /dev/null
+++ b/tests/projects/zig/console/xmake.lua
@@ -0,0 +1,6 @@
+add_rules("mode.debug", "mode.release")
+
+target("test")
+ set_kind("binary")
+ add_files("src/*.zig")
+