summaryrefslogtreecommitdiff
path: root/tests/projects/objc/modulemap/xmake.lua
blob: db00678f29d021ecf83e272b9a0efee80e6b0cb7 (plain)
1
2
3
4
5
6
target("modulemap")
    set_kind("binary")
    add_files("src/*.m") 
    add_mflags("-fmodules", "-fmodule-map-file=src/module.modulemap")