diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2014-10-21 13:27:47 -0400 |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2014-10-23 16:42:34 -0400 |
commit | fa3ff758624e9c9704a4a541c195e10335debc3c (patch) | |
tree | c72ffebff0ef2daabf7dccfde9e8eaf1f6491e19 /tests/unit_tests | |
parent | cmake: put each test executable in its own directory (diff) | |
download | monero-fa3ff758624e9c9704a4a541c195e10335debc3c.tar.xz |
gtest: support an external gtest
Diffstat (limited to 'tests/unit_tests')
-rw-r--r-- | tests/unit_tests/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit_tests/CMakeLists.txt b/tests/unit_tests/CMakeLists.txt index f9ee5919a..0a2247084 100644 --- a/tests/unit_tests/CMakeLists.txt +++ b/tests/unit_tests/CMakeLists.txt @@ -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} |