Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

13 lines
208 B
Python

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