• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# This file will be copied into //third_party/externals/vulkan-utility-libraries via the
2# new_local_repository rule in WORKSPACE.bazel, so all files should be relative to that path.
3
4cc_library(
5    name = "vulkan_utility_libraries",
6    hdrs = [
7        "include/vulkan/utility/vk_struct_helper.hpp",
8    ],
9    visibility = ["//visibility:public"],
10)
11