This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zhangyang-libzt/ports/module.modulemap
2019-02-15 03:47:09 -08:00

7 lines
104 B
Plaintext

framework module zt {
umbrella header "Xcode-Bridging-Header.h"
export *
module * { export * }
}