summaryrefslogtreecommitdiff
path: root/tests/projects/nim/console/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2021-10-21 22:42:59 +0800
committerruki <[email protected]>2021-10-21 22:42:59 +0800
commitc03c36da556816137e18916dcca4517a8a10c6b7 (patch)
tree77c297320f32c80c0194009982c7a796c2b78e93 /tests/projects/nim/console/xmake.lua
parent7251eee6ab7ec54f5a052860ac28f46a02371eb9 (diff)
add nim lang
Diffstat (limited to 'tests/projects/nim/console/xmake.lua')
-rw-r--r--tests/projects/nim/console/xmake.lua5
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")