diff --git a/CMakeLists.txt b/CMakeLists.txt index 9fa0053..cd13dea 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -105,6 +105,7 @@ set(LIBRARIES cryptonote_core cryptonote_protocol cryptonote_basic + multisig daemonizer cncrypto blocks diff --git a/cmake/FindMonero.cmake b/cmake/FindMonero.cmake index 2c328c4..dac1cbb 100644 --- a/cmake/FindMonero.cmake +++ b/cmake/FindMonero.cmake @@ -28,7 +28,7 @@ # (c) 2014-2016 cpp-ethereum contributors. #------------------------------------------------------------------------------ -set(LIBS common;blocks;cryptonote_basic;cryptonote_core; +set(LIBS common;blocks;cryptonote_basic;cryptonote_core;multisig; cryptonote_protocol;daemonizer;mnemonics;epee;lmdb;device; blockchain_db;ringct;wallet;cncrypto;easylogging;version;checkpoints)