Explorar o código

Add missing file

Craig Tiller %!s(int64=8) %!d(string=hai) anos
pai
achega
b59b6b533f
Modificáronse 1 ficheiros con 15 adicións e 0 borrados
  1. 15 0
      third_party/benchmark.BUILD

+ 15 - 0
third_party/benchmark.BUILD

@@ -0,0 +1,15 @@
+cc_library(
+    name = "benchmark",
+    srcs = glob(["src/*.cc"]),
+    hdrs = glob(["include/**/*.h", "src/*.h"]),
+    includes = [
+        "include", "."
+    ],
+    copts = [
+        "-DHAVE_POSIX_REGEX"
+    ],
+    linkstatic = 1,
+    visibility = [
+        "//visibility:public",
+    ],
+)