Skip to content
Snippets Groups Projects
Commit b59b6b53 authored by Craig Tiller's avatar Craig Tiller
Browse files

Add missing file

parent f4ea01b7
No related branches found
No related tags found
No related merge requests found
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",
],
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment