Commit 81bc8765 authored by danilcha's avatar danilcha Committed by GitHub
Browse files

Added explicit gtest library dependency

parent b6c4d434
......@@ -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):
......
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