add headers

This commit is contained in:
Lukacs T. Berki 2015-11-16 09:36:32 +01:00
parent 8b31d7410a
commit 915d9cd245

2
BUILD
View File

@ -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,