This reverts commit 2e93ee6a2389cc65faf9739cd7a6c438d5e05a9e. buildbot failures, e.g. `/third-party/benchmark/cmake/pthread_affinity.cpp`
7 lines
136 B
Plaintext
7 lines
136 B
Plaintext
cc_library(
|
|
name = "python_headers",
|
|
hdrs = glob(["**/*.h"]),
|
|
includes = ["."],
|
|
visibility = ["//visibility:public"],
|
|
)
|