gtest: support an external gtest

This commit is contained in:
Ben Boeckel 2014-10-21 13:27:47 -04:00
parent 7bfcffadb9
commit fa3ff75862
3 changed files with 22 additions and 9 deletions

View file

@ -58,7 +58,7 @@ target_link_libraries(unit_tests
cryptonote_core
rpc
wallet
gtest_main
${GTEST_MAIN_LIBRARIES}
${Boost_CHRONO_LIBRARY}
${Boost_REGEX_LIBRARY}
${Boost_SYSTEM_LIBRARY}