diff options
author | Riccardo Spagni <ric@spagni.net> | 2017-08-26 23:43:09 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2017-08-26 23:43:09 +0200 |
commit | ff0afc196e2dbbea2c6296f93314267045948362 (patch) | |
tree | 253489e690565ff9c63d0fe5d09d0541a9ec3714 /tests/core_proxy | |
parent | Merge pull request #2353 (diff) | |
parent | Cleanup test impact of moving blockchain_db_types() (diff) | |
download | monero-ff0afc196e2dbbea2c6296f93314267045948362.tar.xz |
Merge pull request #2313
3dd34a49 Cleanup test impact of moving blockchain_db_types() (Howard Chu)
80344740 More DB support cleanup (Howard Chu)
4c7f8ac0 DB cleanup (Howard Chu)
Diffstat (limited to 'tests/core_proxy')
-rw-r--r-- | tests/core_proxy/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/core_proxy/CMakeLists.txt b/tests/core_proxy/CMakeLists.txt index d22fecc9c..680e34911 100644 --- a/tests/core_proxy/CMakeLists.txt +++ b/tests/core_proxy/CMakeLists.txt @@ -39,6 +39,8 @@ target_link_libraries(core_proxy PRIVATE cryptonote_core cryptonote_protocol + common + blockchain_db p2p epee ${CMAKE_THREAD_LIBS_INIT} |