summaryrefslogtreecommitdiff
path: root/tests/actions/addon/custom-template/templates/c/customaddon/hello/xmake.lua
blob: 33c36ec7e6aa56d9bb5e92d987ce53d3d0c95337 (plain)
1
2
3
4
5
add_rules("mode.debug", "mode.release")

target("${TARGET_NAME}")
    set_kind("binary")
    add_files("src/*.c")