"googlemock/scripts/vscode:/vscode.git/clone" did not exist on "159c9ad23e8b276e8c975bb8621c81d4df5fd863"
Unverified Commit 782384d1 authored by Gennadiy Civil's avatar Gennadiy Civil Committed by GitHub
Browse files

Merge pull request #1212 from qzmfranklin/bazel

Also build when included in source.
parents 1865ecaf a7bd3725
...@@ -88,7 +88,7 @@ cc_library( ...@@ -88,7 +88,7 @@ cc_library(
srcs = [ srcs = [
"googlemock/src/gmock_main.cc", "googlemock/src/gmock_main.cc",
], ],
deps = ["//:gtest"], deps = [":gtest"],
) )
# The following rules build samples of how to use gTest. # The following rules build samples of how to use gTest.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment