Updated WORKSPACE to point to google/protobuf/gmock.BUILD

This commit is contained in:
Manjunath Kudlur 2015-12-04 09:55:26 -08:00
parent 3dfd14421d
commit 64cd096a0e
2 changed files with 1 additions and 24 deletions

View File

@ -1,23 +0,0 @@
cc_library(
name = "gtest",
srcs = [
"gmock-1.7.0/gtest/src/gtest-all.cc",
"gmock-1.7.0/src/gmock-all.cc",
],
includes = [
"gmock-1.7.0",
"gmock-1.7.0/gtest",
"gmock-1.7.0/gtest/include",
"gmock-1.7.0/include",
],
linkopts = ["-pthread"],
visibility = ["//visibility:public"],
)
cc_library(
name = "gtest_main",
srcs = ["gmock-1.7.0/src/gmock_main.cc"],
linkopts = ["-pthread"],
visibility = ["//visibility:public"],
deps = [":gtest"],
)

@ -1 +1 @@
Subproject commit 956a770adc772184e5911f964b866028465d1727
Subproject commit dbc91e979726573960374279653fc8ccc28dcc5f