mirror of
https://github.com/google/googletest.git
synced 2025-04-05 13:35:03 +00:00
Added explicit gtest library dependency
This commit is contained in:
parent
b6c4d434db
commit
81bc87652d
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ The only modification you will need is to change
|
|||
|
||||
to
|
||||
|
||||
target_link_libraries(example gmock_main)
|
||||
target_link_libraries(example gtest gmock_main)
|
||||
|
||||
However, we also recommend adding the following lines (if using CMake 2.8.11 or later):
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue