skia2/bazel/external/vulkan_headers/BUILD.bazel
Kevin Lubick 16fa353926 [bazel] Move third party BUILD.bazel files to bazel/external
See also http://cl/449188526

Change-Id: Idb775cd955c82f16c79a61bb3d417c2c92f88a88
Bug: skia:12541, skia:13323
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/541217
Reviewed-by: Ravi Mistry <rmistry@google.com>
2022-05-17 12:13:49 +00:00

13 lines
394 B
Python

# This file will be copied into //third_party/externals/vulkan-headers via the new_local_repository
# rule in WORKSPACE.bazel, so all files should be relative to that path.
cc_library(
name = "vulkan_headers",
hdrs = [
"include/vulkan/vk_platform.h",
"include/vulkan/vulkan.h",
"include/vulkan/vulkan_core.h",
],
visibility = ["//visibility:public"],
)