mirror of
https://github.com/monero-project/monero.git
synced 2025-07-26 05:25:25 -04:00
Merge pull request #3357
557a6fb6
cn_deserialize: link with device and ringct (moneromooo-monero)
This commit is contained in:
commit
220cb62ca4
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,8 @@ target_link_libraries(cn_deserialize
|
||||||
LINK_PRIVATE
|
LINK_PRIVATE
|
||||||
cryptonote_core
|
cryptonote_core
|
||||||
blockchain_db
|
blockchain_db
|
||||||
|
device
|
||||||
|
ringct
|
||||||
p2p
|
p2p
|
||||||
epee
|
epee
|
||||||
${CMAKE_THREAD_LIBS_INIT})
|
${CMAKE_THREAD_LIBS_INIT})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue