aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2018-03-08 18:43:19 +0200
committerRiccardo Spagni <ric@spagni.net>2018-03-08 18:43:20 +0200
commit220cb62ca4e641e76e29608b47df0753c610b35d (patch)
tree478955e3d23f75661e2c73322a08a67db7032641 /src
parentMerge pull request #3356 (diff)
parentcn_deserialize: link with device and ringct (diff)
downloadmonero-220cb62ca4e641e76e29608b47df0753c610b35d.tar.xz
Merge pull request #3357
557a6fb6 cn_deserialize: link with device and ringct (moneromooo-monero)
Diffstat (limited to 'src')
-rw-r--r--src/debug_utilities/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/debug_utilities/CMakeLists.txt b/src/debug_utilities/CMakeLists.txt
index 6942399e4..1bcbfd0cf 100644
--- a/src/debug_utilities/CMakeLists.txt
+++ b/src/debug_utilities/CMakeLists.txt
@@ -38,6 +38,8 @@ target_link_libraries(cn_deserialize
LINK_PRIVATE
cryptonote_core
blockchain_db
+ device
+ ringct
p2p
epee
${CMAKE_THREAD_LIBS_INIT})