Commit 915d9cd2 authored by Lukacs T. Berki's avatar Lukacs T. Berki

add headers

parent 8b31d741
......@@ -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