summaryrefslogtreecommitdiff
path: root/xmake/templates/objc++/bundle/project/xmake.lua
blob: 364e2727829923d2282abab1e39664b4d6fb3297 (plain)
1
2
3
4
5
6
7
8
9
add_rules("mode.debug", "mode.release")

target("${TARGETNAME}")
    add_rules("xcode.bundle")
    add_files("src/*.mm")
    add_files("src/Info.plist")
    add_headerfiles("src/*.h")

${FAQ}