build: add missing libmultisig

This commit is contained in:
stoffu 2018-03-27 20:23:21 +09:00
parent 16537a551a
commit 2fdeea6225
No known key found for this signature in database
GPG Key ID: 41DAB8343A9EC012
2 changed files with 2 additions and 1 deletions

View File

@ -105,6 +105,7 @@ set(LIBRARIES
cryptonote_core cryptonote_core
cryptonote_protocol cryptonote_protocol
cryptonote_basic cryptonote_basic
multisig
daemonizer daemonizer
cncrypto cncrypto
blocks blocks

View File

@ -28,7 +28,7 @@
# (c) 2014-2016 cpp-ethereum contributors. # (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; cryptonote_protocol;daemonizer;mnemonics;epee;lmdb;device;
blockchain_db;ringct;wallet;cncrypto;easylogging;version;checkpoints) blockchain_db;ringct;wallet;cncrypto;easylogging;version;checkpoints)