Merge pull request #14142 from makdharma/build

exposing public headers as a build target
pull/14178/head
Nicolas Noble 7 years ago committed by GitHub
commit 5e82dddc05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      BUILD

@ -265,6 +265,11 @@ grpc_cc_library(
],
)
grpc_cc_library(
name = "grpc++_public_hdrs",
hdrs = GRPCXX_PUBLIC_HDRS,
)
grpc_cc_library(
name = "grpc++",
srcs = [

Loading…
Cancel
Save