GiGaMaskTime/Pods/Starscream/zlib/module.modulemap

10 lines
148 B
Plaintext

module SSCZLib [system] {
header "include.h"
link "z"
export *
}
module SSCommonCrypto [system] {
header "include.h"
export *
}