diff options
| author | Riccardo Spagni <ric@spagni.net> | 2018-03-08 18:43:19 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2018-03-08 18:43:20 +0200 |
| commit | 220cb62ca4e641e76e29608b47df0753c610b35d (patch) | |
| tree | 478955e3d23f75661e2c73322a08a67db7032641 | |
| parent | 5d80f38e369d4a07050d47e1305dca6ea9912943 (diff) | |
| parent | 557a6fb6eab0828596a34c3b1fb90cb164545ca1 (diff) | |
| download | monzero-core-220cb62ca4e641e76e29608b47df0753c610b35d.tar.gz monzero-core-220cb62ca4e641e76e29608b47df0753c610b35d.tar.xz monzero-core-220cb62ca4e641e76e29608b47df0753c610b35d.zip | |
Merge pull request #3357
557a6fb6 cn_deserialize: link with device and ringct (moneromooo-monero)
| -rw-r--r-- | src/debug_utilities/CMakeLists.txt | 2 |
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}) |
