skia2/include/third_party/skcms/BUILD.bazel

15 lines
253 B
Python
Raw Normal View History

load("//bazel:macros.bzl", "generated_cc_atom")
licenses(["notice"])
exports_files(
["skcms.h"],
["//third_party/skcms:__pkg__"],
)
generated_cc_atom(
name = "skcms_hdr",
hdrs = ["skcms.h"],
visibility = ["//:__subpackages__"],
)