Updated WORKSPACE to point to google/protobuf/gmock.BUILD
This commit is contained in:
parent
3dfd14421d
commit
64cd096a0e
23
gmock.BUILD
23
gmock.BUILD
@ -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
|
Loading…
Reference in New Issue
Block a user