fix: compile with new device monero functionality

This commit is contained in:
moneroexamples 2018-03-05 08:07:27 +08:00
parent 349f0a7f4d
commit 605c6caf28
3 changed files with 9 additions and 4 deletions

View file

@ -28,8 +28,8 @@
# (c) 2014-2016 cpp-ethereum contributors.
#------------------------------------------------------------------------------
set(LIBS common;blocks;cryptonote_basic;cryptonote_core;
cryptonote_protocol;daemonizer;mnemonics;epee;lmdb;
set(LIBS common;blocks;cryptonote_basic;cryptonote_core;epee_readline;
cryptonote_protocol;daemonizer;mnemonics;epee;lmdb;device;
blockchain_db;ringct;wallet;cncrypto;easylogging;version;checkpoints)
set(Xmr_INCLUDE_DIRS "${CPP_MONERO_DIR}")