python_headers.BUILD 136 B

123456
  1. cc_library(
  2. name = "python_headers",
  3. hdrs = glob(["**/*.h"]),
  4. includes = ["."],
  5. visibility = ["//visibility:public"],
  6. )