summaryrefslogtreecommitdiff
path: root/tests/projects/swift/console/xmake.lua
blob: a9440ef2d1824ce4764245f62055a9f3dc493636 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
-- add rules
add_rules("mode.debug", "mode.release")

-- add target
target("console_swift")

    -- set kind
    set_kind("binary")

    -- add files
    add_files("src/*.swift")