Explorar o código

Merge pull request #977 from lberki/master

add headers
Jisi Liu %!s(int64=10) %!d(string=hai) anos
pai
achega
fa8e2911bb
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      BUILD

+ 2 - 0
BUILD

@@ -56,6 +56,7 @@ cc_library(
     ],
     copts = COPTS,
     includes = ["src/"],
+    hdrs = glob(["src/google/protobuf/**/*.h"]),
     linkopts = LINK_OPTS,
     visibility = ["//visibility:public"],
 )
@@ -117,6 +118,7 @@ cc_library(
         "src/google/protobuf/wire_format.cc",
         "src/google/protobuf/wrappers.pb.cc",
     ],
+    hdrs = glob(["src/**/*.h"]),
     copts = COPTS,
     includes = ["src/"],
     linkopts = LINK_OPTS,