Commit fa8e2911 authored by Jisi Liu's avatar Jisi Liu

Merge pull request #977 from lberki/master

add headers
parents ff37edcd 915d9cd2
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment