diff options
| author | ruki <[email protected]> | 2021-10-21 22:42:59 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-10-21 22:42:59 +0800 |
| commit | c03c36da556816137e18916dcca4517a8a10c6b7 (patch) | |
| tree | 77c297320f32c80c0194009982c7a796c2b78e93 /tests/projects/nim/console/xmake.lua | |
| parent | 7251eee6ab7ec54f5a052860ac28f46a02371eb9 (diff) | |
add nim lang
Diffstat (limited to 'tests/projects/nim/console/xmake.lua')
| -rw-r--r-- | tests/projects/nim/console/xmake.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/projects/nim/console/xmake.lua b/tests/projects/nim/console/xmake.lua new file mode 100644 index 000000000..35bcd3792 --- /dev/null +++ b/tests/projects/nim/console/xmake.lua @@ -0,0 +1,5 @@ +add_rules("mode.debug", "mode.release") + +target("test") + set_kind("binary") + add_files("src/*.nim") |
