mirror of
https://github.com/google/googletest.git
synced 2025-04-06 22:15:01 +00:00
Also can build when included in source.
This commit is contained in:
parent
9538687a89
commit
99d0ef39a6
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ cc_library(
|
|||
srcs = [
|
||||
"googlemock/src/gmock_main.cc",
|
||||
],
|
||||
deps = ["//:gtest"],
|
||||
deps = [":gtest"],
|
||||
)
|
||||
|
||||
# The following rules build samples of how to use gTest.
|
||||
|
|
Loading…
Add table
Reference in a new issue