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

add headers

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