Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
2d1e8cda05264cd397bc246f324ca5d13982b16a
/
.
/
third_party
/
benchmark.BUILD
blob: 4c622f32a84e83765e2d1a481f6ff47c615f9751 [
file
] [
log
] [
blame
]
cc_library
(
name
=
"benchmark"
,
srcs
=
glob
([
"src/*.cc"
]),
hdrs
=
glob
([
"include/**/*.h"
,
"src/*.h"
]),
includes
=
[
"include"
,
"."
],
copts
=
[
"-DHAVE_POSIX_REGEX"
],
linkstatic
=
1
,
visibility
=
[
"//visibility:public"
,
],
)