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/pkg/apple/module.modulemap

7 lines
98 B
Plaintext
Raw Permalink Normal View History

2019-02-15 03:47:09 -08:00
framework module zt {
umbrella header "ZeroTierSockets.h"
2019-02-15 03:47:09 -08:00
export *
module * { export * }
}