summaryrefslogtreecommitdiff
path: root/xmake/templates/c++/xmake.cli/project/xmake.lua
blob: b2a20a592fc71a8058778ced32a2aeedab22a816 (plain)
1
2
3
4
5
6
7
8
add_rules("mode.debug", "mode.release")
add_requires("libxmake", {debug = is_mode("debug")})
target("${TARGETNAME}")
    add_rules("xmake.cli")
    add_files("src/lni/*.c")
    add_packages("libxmake")

${FAQ}