blob: 7e0e9305b00aacc5348f537c56002d19282c1b57 [file] [log] [blame]
# 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"],
)