diff options
| author | ruki <[email protected]> | 2020-09-17 22:40:17 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-09-17 22:40:17 +0800 |
| commit | c2724a1298a1cd2ca1c8e76ced79c4037d2c6cc5 (patch) | |
| tree | 25a1a6d826710a30001560d5ee028a24f6fc5b02 /xmake/templates/zig/console/template.lua | |
| parent | ef86cee77a2cb6cdb3449b48ce33cb8123933a8c (diff) | |
add zig templates
Diffstat (limited to 'xmake/templates/zig/console/template.lua')
| -rw-r--r-- | xmake/templates/zig/console/template.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xmake/templates/zig/console/template.lua b/xmake/templates/zig/console/template.lua new file mode 100644 index 000000000..ed2e13b57 --- /dev/null +++ b/xmake/templates/zig/console/template.lua @@ -0,0 +1,2 @@ +template("console") + add_configfiles("xmake.lua") |
