blob: 991743bb23d71e5b19635f51c9ad5b056e8d68d7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- third_party/com_google_absl.BUILD.orig 2021-07-07 09:58:12 UTC
+++ third_party/com_google_absl.BUILD
@@ -2,4 +2,9 @@ package(default_visibility = ["//visibility:public"])
licenses(["notice"]) # Apache
-exports_files(["LICENSE"])
+exports_files(["LICENSE", "absl"])
+
+cc_library(
+ name = "abslHeaders",
+ hdrs = glob(["*/*/*.h", "*/*/*.h"]),
+)
|