commit
fa8e2911bb
1 changed files with 2 additions and 0 deletions
2
BUILD
2
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,
|
||||
|
|
Loading…
Add table
Reference in a new issue