aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'googlemock/README.md')
-rw-r--r--googlemock/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/googlemock/README.md b/googlemock/README.md
index af39548c..1259f776 100644
--- a/googlemock/README.md
+++ b/googlemock/README.md
@@ -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):