mirror of
https://github.com/google/benchmark.git
synced 2024-11-27 02:44:34 +00:00
7 lines
136 B
Plaintext
7 lines
136 B
Plaintext
|
cc_library(
|
||
|
name = "python_headers",
|
||
|
hdrs = glob(["**/*.h"]),
|
||
|
includes = ["."],
|
||
|
visibility = ["//visibility:public"],
|
||
|
)
|