16fa353926
See also http://cl/449188526 Change-Id: Idb775cd955c82f16c79a61bb3d417c2c92f88a88 Bug: skia:12541, skia:13323 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/541217 Reviewed-by: Ravi Mistry <rmistry@google.com>
13 lines
400 B
Python
13 lines
400 B
Python
# This file will be copied into //third_party/externals/vulkanmemoryallocator via the
|
|
# new_local_repository rule in WORKSPACE.bazel, so all files should be relative to that path.
|
|
|
|
cc_library(
|
|
name = "hdrs",
|
|
hdrs = [
|
|
"include/vk_mem_alloc.h",
|
|
],
|
|
includes = ["include"],
|
|
visibility = ["//visibility:public"],
|
|
# TODO(kjlubick) set copts to avoid noisy warnings/errors
|
|
)
|