cn_deserialize: link with device and ringct

This commit is contained in:
moneromooo-monero 2018-03-05 20:52:18 +00:00
parent 0d150aca5c
commit 557a6fb6ea
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3
1 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,8 @@ target_link_libraries(cn_deserialize
LINK_PRIVATE
cryptonote_core
blockchain_db
device
ringct
p2p
epee
${CMAKE_THREAD_LIBS_INIT})