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

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

${FAQ}