aboutsummaryrefslogtreecommitdiff
path: root/tests/core_proxy
diff options
context:
space:
mode:
authorHoward Chu <hyc@symas.com>2017-08-22 15:10:40 +0100
committerHoward Chu <hyc@symas.com>2017-08-22 15:11:28 +0100
commit3dd34a49efd2954b0a5eb020abd168d9379b98c4 (patch)
tree86c6313417bb6e05848bec76d4a11a67d4baad54 /tests/core_proxy
parentMore DB support cleanup (diff)
downloadmonero-3dd34a49efd2954b0a5eb020abd168d9379b98c4.tar.xz
Cleanup test impact of moving blockchain_db_types()
Diffstat (limited to 'tests/core_proxy')
-rw-r--r--tests/core_proxy/CMakeLists.txt2
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}