diff options
Diffstat (limited to 'WORKSPACE')
-rw-r--r-- | WORKSPACE | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -3,4 +3,13 @@ # license that can be found in the LICENSE file. # Bazel (http://bazel.io/) WORKSPACE file for RE2. + workspace(name = "com_googlesource_code_re2") + +load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") + +http_archive( + name = "rules_cc", + strip_prefix = "rules_cc-master", + urls = ["https://github.com/bazelbuild/rules_cc/archive/master.zip"], +) |