diff options
| author | Riccardo Spagni <ric@spagni.net> | 2014-10-15 11:10:04 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2014-10-15 11:10:04 +0200 |
| commit | 98a592bc44915dad6bbd441b7a6bc134ff5656d4 (patch) | |
| tree | 4bcffab2d50eed69a7ac49a04b98ee26b169e8c5 /tests/CMakeLists.txt | |
| parent | 6f65ab1904543f103c0187e2362604cc22f5d337 (diff) | |
| parent | beecd139a26f429946ccef03182094cd5ed03226 (diff) | |
| download | monzero-core-98a592bc44915dad6bbd441b7a6bc134ff5656d4.tar.gz monzero-core-98a592bc44915dad6bbd441b7a6bc134ff5656d4.tar.xz monzero-core-98a592bc44915dad6bbd441b7a6bc134ff5656d4.zip | |
fixed conflict in tests CMakeLists
Diffstat (limited to 'tests/CMakeLists.txt')
| -rw-r--r-- | tests/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 44582463d..d663df0d9 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -68,7 +68,7 @@ target_link_libraries(functional_tests cryptonote_core wallet common crypto ${UN target_link_libraries(hash-tests crypto) target_link_libraries(hash-target-tests crypto cryptonote_core) target_link_libraries(performance_tests cryptonote_core common crypto ${UNBOUND_LIBRARY} ${Boost_LIBRARIES} ${EXTRA_LIBRARIES}) -target_link_libraries(unit_tests gtest_main cryptonote_core wallet crypto common ${UNBOUND_LIBRARY} ${Boost_LIBRARIES} ${EXTRA_LIBRARIES}) +target_link_libraries(unit_tests gtest_main rpc cryptonote_core wallet crypto common ${UNBOUND_LIBRARY} ${Boost_LIBRARIES} ${EXTRA_LIBRARIES}) target_link_libraries(net_load_tests_clt cryptonote_core common crypto gtest_main ${UNBOUND_LIBRARY} ${Boost_LIBRARIES} ${EXTRA_LIBRARIES}) target_link_libraries(net_load_tests_srv cryptonote_core common crypto gtest_main ${UNBOUND_LIBRARY} ${Boost_LIBRARIES} ${EXTRA_LIBRARIES}) |
