blockchain_utilities: link against blockchain_db

This commit is contained in:
moneromooo-monero 2017-02-24 09:01:34 +00:00
parent d666339853
commit 29b34ed156
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3
1 changed files with 1 additions and 0 deletions

View File

@ -119,6 +119,7 @@ monero_add_executable(cn_deserialize
target_link_libraries(cn_deserialize
LINK_PRIVATE
cryptonote_core
blockchain_db
p2p
epee
${CMAKE_THREAD_LIBS_INIT})