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

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

${FAQ}