summaryrefslogtreecommitdiff
path: root/tests/projects/zig/console_c_call_zig/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2020-12-08 22:58:11 +0800
committerruki <[email protected]>2020-12-08 22:58:11 +0800
commitb550b61380d44b9b0d4b9bc4a45124bbc4166324 (patch)
tree5c6dbb293152cb24a6e2e7ff0b36d5f874610d8a /tests/projects/zig/console_c_call_zig/xmake.lua
parent2aa929864c06f05437aefcce191953463de9bd10 (diff)
add console with c/zig tests
Diffstat (limited to 'tests/projects/zig/console_c_call_zig/xmake.lua')
-rw-r--r--tests/projects/zig/console_c_call_zig/xmake.lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/projects/zig/console_c_call_zig/xmake.lua b/tests/projects/zig/console_c_call_zig/xmake.lua
new file mode 100644
index 000000000..548bcacb8
--- /dev/null
+++ b/tests/projects/zig/console_c_call_zig/xmake.lua
@@ -0,0 +1,7 @@
+add_rules("mode.debug", "mode.release")
+
+target("demo")
+ set_kind("binary")
+ add_files("src/*.c")
+ add_files("src/*.zig")
+