summaryrefslogtreecommitdiff
path: root/tests/projects/zig/console/xmake.lua
blob: 0a002cba10161fa3ce80e0721ec7aea7e50f46c8 (plain)
1
2
3
4
5
6
add_rules("mode.debug", "mode.release")

target("test")
    set_kind("binary")
    add_files("src/*.zig")