Sign in
bazel
/
bazel
/
8b29b6a2dda8d2a9424f43380023ea7141b5c417
/
.
/
tools
/
cpp
/
runfiles
/
BUILD.tools
blob: ef9518c05b8b1564a1f6e43d34614e8349504edc [
file
]
# 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"
],
)