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