aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE6
1 files changed, 6 insertions, 0 deletions
diff --git a/WORKSPACE b/WORKSPACE
index f9af7af640..a86032d907 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -79,6 +79,12 @@ new_local_repository(
)
new_local_repository(
+ name = "com_google_protobuf_cc",
+ build_file = "./third_party/protobuf/3.4.0/BUILD",
+ path = "./third_party/protobuf/3.4.0/",
+)
+
+new_local_repository(
name = "com_google_protobuf_java",
build_file = "./third_party/protobuf/3.4.0/com_google_protobuf_java.BUILD",
path = "./third_party/protobuf/3.4.0/",