mirror of
https://github.com/google/benchmark.git
synced 2024-11-26 16:31:54 +00:00
d3ad0b9d11
* Add Python bindings. * Add license headers. * Change example to a test. * Add example usage to module docstring.
7 lines
136 B
Plaintext
7 lines
136 B
Plaintext
cc_library(
|
|
name = "python_headers",
|
|
hdrs = glob(["**/*.h"]),
|
|
includes = ["."],
|
|
visibility = ["//visibility:public"],
|
|
)
|