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

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

${FAQ}