remove depency on readline

https://github.com/moneroexamples/onion-monero-blockchain-explorer/pull/105
This commit is contained in:
moneroexamples 2018-03-09 08:36:21 +08:00
parent 605c6caf28
commit 3a055f9fbd
18 changed files with 193 additions and 82 deletions

View file

@ -110,15 +110,14 @@ set(LIBRARIES
blocks
lmdb
ringct
ringct_basic
device
common
mnemonics
easylogging
checkpoints
version
epee_readline
epee
readline
${Boost_LIBRARIES}
pthread
unbound
@ -127,7 +126,7 @@ set(LIBRARIES
ssl)
if(APPLE)
set(LIBRARIES ${LIBRARIES} "-framework IOKit")
set(LIBRARIES ${LIBRARIES} "-framework IOKit -framework PCSC")
else()
set(LIBRARIES ${LIBRARIES} atomic)
endif()