Lukacs T. Berki 10 vuotta sitten
vanhempi
commit
915d9cd245
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      BUILD

+ 2 - 0
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,