Sign in
bazel
/
bazel
/
5f53ab606f9e09076e9c1056378f32a78b04a880
/
.
/
tools
/
cpp
/
runfiles
/
BUILD.tools
blob: ef9518c05b8b1564a1f6e43d34614e8349504edc [
file
] [
log
] [
blame
]
# This package will host the C++ runfiles library when it's finally released.
cc_library
(
name
=
"runfiles"
,
srcs
=
[
"runfiles.cc"
],
hdrs
=
[
"runfiles.h"
],
visibility
=
[
"//visibility:public"
],
)