File size: 136 Bytes
055eba4
 
 
 
 
 
1
2
3
4
5
6
7
cc_library(
    name = "python_headers",
    hdrs = glob(["**/*.h"]),
    includes = ["."],
    visibility = ["//visibility:public"],
)