Skip to content

Commit fd49f8b

Browse files
Set Bazel workspace name so other repos can refer to it by stable name.
This is recommended by the Bazel style guide to avoid each dependent workspace defining its own name for the dependency.
1 parent ce54db3 commit fd49f8b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

WORKSPACE

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
workspace(name = "com_github_google_benchmark")
2+
13
load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
24

35
git_repository(

0 commit comments

Comments
 (0)