"git@developer.sourcefind.cn:gaoqiong/pybind11.git" did not exist on "a57e51c5d89f82c18937631b3d07637509da70a1"
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 ...@@ -141,7 +141,7 @@ The only modification you will need is to change
to 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): 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