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

target("${TARGETNAME}")
    set_kind("binary")
    add_files("src/main.rs")

${FAQ}