Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
buildtools
/
refs/heads/upstream/unbzl
/
.
/
build
/
testdata
/
035.in
blob: 647edb54604a18632129ce06b2fa9dc2d7eb0f06 [
file
] [
log
] [
blame
] [
edit
]
cc_library
(
name
=
"abc"
,
srcs
=
[
"spam.cc"
,
"spam.cc"
,
"eggs.cc"
,
],
linkopts
=
[
"-l"
,
"pthread"
,
"-l"
,
"apparmor"
],
deps
=
[
"spam"
,
"egg"
,
"spam"
,
"spam"
,
"bacon"
,
"spam"
,
],
)