13 lines
208 B
Python
13 lines
208 B
Python
cc_binary(
|
|
name = "benchmarks",
|
|
srcs = glob([
|
|
"*.cc",
|
|
"*.h",
|
|
]),
|
|
linkstatic = True,
|
|
deps = [
|
|
"//core",
|
|
"@com_github_google_benchmark//:benchmark",
|
|
],
|
|
)
|