# 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"], | |
) |