summaryrefslogtreecommitdiff
path: root/tests/projects/xmake_cli/hello/xmake.lua
blob: e4c0aba3281358c062775d4af7e29d191856edb8 (plain)
1
2
3
4
5
6
7
add_rules("mode.debug", "mode.release")
add_requires("libxmake", {debug = is_mode("debug")})
target("hello")
    add_rules("xmake.cli")
    add_files("src/lni/*.c")
    add_packages("libxmake")