summaryrefslogtreecommitdiff
path: root/xmake/repository/templates/nim/console/xmake.lua
blob: 662945bbbe127accb79ba9307197123079123860 (plain)
1
2
3
4
5
6
7
add_rules("mode.debug", "mode.release")

target("${TARGET_NAME}")
    set_kind("binary")
    add_files("src/main.nim")

${FAQ}