mirror of https://github.com/grpc/grpc.git
parent
f4ea01b71a
commit
b59b6b533f
1 changed files with 15 additions and 0 deletions
@ -0,0 +1,15 @@ |
||||
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", |
||||
], |
||||
) |
Loading…
Reference in new issue