summaryrefslogtreecommitdiff
path: root/xmake/templates/c++/console/project/xmake.lua
blob: 649206eb117ed8608f948f8652689fe702d5901b (plain)
1
2
3
4
5
6
7
add_rules("mode.debug", "mode.release")

target("${TARGETNAME}")
    set_kind("binary")
    add_files("src/*.cpp")

${FAQ}