mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
fix: compile with new device monero functionality
This commit is contained in:
parent
349f0a7f4d
commit
605c6caf28
3 changed files with 9 additions and 4 deletions
|
@ -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}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue