Merge pull request #3357

557a6fb6 cn_deserialize: link with device and ringct (moneromooo-monero)
This commit is contained in:
Riccardo Spagni
2018-03-08 18:43:19 +02:00

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})