summaryrefslogtreecommitdiff
path: root/tests/projects/zig/console_c_call_zig/xmake.lua
blob: 548bcacb846286312cdc01b867304965f67e6c8b (plain)
1
2
3
4
5
6
7
add_rules("mode.debug", "mode.release")

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