12 lines
334 B
Python
12 lines
334 B
Python
load("//bazel:macros.bzl", "generated_cc_atom")
|
|
|
|
generated_cc_atom(
|
|
name = "GraphiteMtlTestContext_hdr",
|
|
hdrs = ["GraphiteMtlTestContext.h"],
|
|
visibility = ["//:__subpackages__"],
|
|
deps = [
|
|
"//experimental/graphite/include/mtl:MtlBackendContext_hdr",
|
|
"//tools/graphite:GraphiteTestContext_hdr",
|
|
],
|
|
)
|