1cc_library(
2    name = "renderdoc",
3    hdrs = glob(["include/*.h"]),
4    includes = ["include"],
5    visibility = ["//visibility:public"],
6)
7