diff options
| author | ruki <[email protected]> | 2020-12-08 22:58:11 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-12-08 22:58:11 +0800 |
| commit | b550b61380d44b9b0d4b9bc4a45124bbc4166324 (patch) | |
| tree | 5c6dbb293152cb24a6e2e7ff0b36d5f874610d8a /tests/projects/zig/console_c_call_zig/xmake.lua | |
| parent | 2aa929864c06f05437aefcce191953463de9bd10 (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.lua | 7 |
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") + |
