summaryrefslogtreecommitdiff
path: root/tests/projects/other/multiplats_xcode/xmake.lua
blob: c69dfcdd4b1c5c708ebaa9d3f745f442ed4faaa8 (plain)
1
2
3
4
5
6
7
8
9
add_rules("mode.debug", "mode.release")
target("test_host")
    set_kind("binary")
    add_files("src/*.c")

target("test_iphoneos")
    set_kind("binary")
    add_files("src/*.c")
    set_plat("iphoneos")