summaryrefslogtreecommitdiff
path: root/tests/projects/pascal/console/xmake.lua
blob: 32fd531a2afda0c2675308be9621e1135131755e (plain)
1
2
3
4
5
add_rules("mode.debug", "mode.release")
target("test")
    set_kind("binary")
    add_files("src/*.pas")