diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-10-29 08:46:41 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-11-14 17:06:35 +0000 |
commit | 178014c9956ed15cf4ca92475385e1acbde1bf7d (patch) | |
tree | 211b76f71f89eef8dd5cbb3f6684ebe5e7ec2d2c /src/wallet | |
parent | link against readline only for monerod and wallet-wallet-{rpc,cli} (diff) | |
download | monero-178014c9956ed15cf4ca92475385e1acbde1bf7d.tar.xz |
split off readline code into epee_readline
Diffstat (limited to 'src/wallet')
-rw-r--r-- | src/wallet/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/CMakeLists.txt b/src/wallet/CMakeLists.txt index 4c00a4d51..56f4a0497 100644 --- a/src/wallet/CMakeLists.txt +++ b/src/wallet/CMakeLists.txt @@ -108,6 +108,7 @@ if (NOT BUILD_GUI_DEPS) PRIVATE wallet epee + epee_readline rpc cryptonote_core cncrypto |