diff options
| author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-03-05 20:52:18 +0000 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-03-05 20:52:18 +0000 |
| commit | 557a6fb6eab0828596a34c3b1fb90cb164545ca1 (patch) | |
| tree | 00cc429d24792354cf4cf747d256bbabc4ce91d1 /src/debug_utilities | |
| parent | 0d150aca5ca8fdfdb91da3161c7f863c811a34e6 (diff) | |
| download | monzero-core-557a6fb6eab0828596a34c3b1fb90cb164545ca1.tar.gz monzero-core-557a6fb6eab0828596a34c3b1fb90cb164545ca1.tar.xz monzero-core-557a6fb6eab0828596a34c3b1fb90cb164545ca1.zip | |
cn_deserialize: link with device and ringct
Diffstat (limited to 'src/debug_utilities')
| -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}) |
