Sign in
bazel
/
bazel
/
master
/
.
/
tools
/
cpp
/
runfiles
/
BUILD.tools
blob: ba37fe654795e1afd19e2a60e527d1080db4d754 [
file
] [
log
] [
blame
]
load
(
"@rules_cc//cc:cc_library.bzl"
,
"cc_library"
)
cc_library
(
name
=
"runfiles"
,
hdrs
=
[
"runfiles.h"
],
deps
=
[
"@rules_cc//cc/runfiles"
],
visibility
=
[
"//visibility:public"
],
)