blob: d768f6de27ad58d994ce5f20c58f2235a61e12c9 [file] [log] [blame]
# This file will be copied into //third_party/externals/vulkan-utility-libraries 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_utility_libraries",
hdrs = [
"include/vulkan/utility/vk_struct_helper.hpp",
],
visibility = ["//visibility:public"],
)