summaryrefslogtreecommitdiff
path: root/WORKSPACE
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2019-09-25 15:37:02 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2019-09-25 15:37:02 +0900
commit036d6d0c2f3d30b6e783bd6c82ab27b704f90888 (patch)
tree4c749a361166b564edaa18f2bec15c38eac7c5f5 /WORKSPACE
parent6e7d66a40428088282c43d15e7ecf9aa66078096 (diff)
downloadre2-036d6d0c2f3d30b6e783bd6c82ab27b704f90888.tar.gz
re2-036d6d0c2f3d30b6e783bd6c82ab27b704f90888.tar.bz2
re2-036d6d0c2f3d30b6e783bd6c82ab27b704f90888.zip
Imported Upstream version 20190901upstream/20190901
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE9
1 files changed, 9 insertions, 0 deletions
diff --git a/WORKSPACE b/WORKSPACE
index de481fe..484abfe 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -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"],
+)