parent
9e102ea8b0
commit
5eb1e8d8c9
4 changed files with 1 additions and 18 deletions
@ -1,15 +0,0 @@ |
||||
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