Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
81bc8765
Commit
81bc8765
authored
Mar 12, 2017
by
danilcha
Committed by
GitHub
Mar 12, 2017
Browse files
Added explicit gtest library dependency
parent
b6c4d434
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
googlemock/README.md
googlemock/README.md
+1
-1
No files found.
googlemock/README.md
View file @
81bc8765
...
...
@@ -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):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment