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

target("${TARGETNAME}")
    set_kind("binary")
    add_files("src/*.zig")

${FAQ}