Sign in
pigweed
/
third_party
/
github
/
protocolbuffers
/
protobuf
/
HEAD
/
.
/
bazel
/
private
/
file_concat
/
BUILD.bazel
blob: b523a12c74da7e646d325959aeda5e1695c326cb [
file
]
load
(
"@rules_cc//cc:cc_binary.bzl"
,
"cc_binary"
)
cc_binary
(
name
=
"file_concat"
,
srcs
=
[
"main.cc"
,
],
visibility
=
[
"//bazel:__subpackages__"
],
)