diff --git a/BUILD b/BUILD index 7c09605f..bf0d1b1e 100644 --- a/BUILD +++ b/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,