cc_library(
    name = "runfiles",
    hdrs = ["runfiles.h"],
    deps = ["@rules_cc//cc/runfiles"],
    visibility = ["//visibility:public"],
)
