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 | |
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')
-rw-r--r-- | src/daemon/CMakeLists.txt | 2 | ||||
-rw-r--r-- | src/simplewallet/CMakeLists.txt | 2 | ||||
-rw-r--r-- | src/wallet/CMakeLists.txt | 1 |
3 files changed, 5 insertions, 0 deletions
diff --git a/src/daemon/CMakeLists.txt b/src/daemon/CMakeLists.txt index c6bdc6d83..5d9b6d38e 100644 --- a/src/daemon/CMakeLists.txt +++ b/src/daemon/CMakeLists.txt @@ -94,6 +94,8 @@ target_link_libraries(daemon daemonizer serialization daemon_rpc_server + epee + epee_readline version ${Boost_CHRONO_LIBRARY} ${Boost_FILESYSTEM_LIBRARY} diff --git a/src/simplewallet/CMakeLists.txt b/src/simplewallet/CMakeLists.txt index baf55b0dc..861358efc 100644 --- a/src/simplewallet/CMakeLists.txt +++ b/src/simplewallet/CMakeLists.txt @@ -48,6 +48,8 @@ target_link_libraries(simplewallet cncrypto common mnemonics + epee + epee_readline version ${Boost_CHRONO_LIBRARY} ${Boost_PROGRAM_OPTIONS_LIBRARY} 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 |