Преглед изворни кода

add grpc++_codegen_proto to bazelfile as well

Jan Tattermusch пре 8 година
родитељ
комит
aead5aab01
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      BUILD

+ 1 - 0
BUILD

@@ -140,6 +140,7 @@ grpc_cc_library(
         "grpc++_base",
         "grpc++_codegen_base",
         "grpc++_codegen_base_src",
+        "grpc++_codegen_proto",
     ],
 )