aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc/module.modulemap
blob: ae11a78b74a2ff60d6e39972ba177a55b69787a7 (plain)
1
2
3
4
5
framework module grpc {
  umbrella header "grpc.h"
  export *
  module * { export * }
}