blob: 50011ae1214cdb6c62d62f32c2df88145d2347d6 [file] [log] [blame]
# This file will be copied into //third_party/externals/vulkan-tools via the
# new_local_repository rule in WORKSPACE.bazel, so all files should be relative to that path.
load("@rules_cc//cc:cc_library.bzl", "cc_library")
cc_library(
name = "vulkan_tools",
hdrs = [
"icd/generated/vk_typemap_helper.h",
],
visibility = ["//visibility:public"],
)