blob: 6a81a7c6c1ef76354cad26ad5e0cd7024ef0f694 [file] [log] [blame] [edit]
load("//cc:cc_library.bzl", "cc_library")
licenses(["notice"])
cc_library(
name = "runfiles",
srcs = ["runfiles.cc"],
hdrs = ["runfiles.h"],
include_prefix = "rules_cc/cc/runfiles",
strip_include_prefix = ".",
visibility = ["//visibility:public"],
)