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/simplewallet/CMakeLists.txt | |
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/simplewallet/CMakeLists.txt')
-rw-r--r-- | src/simplewallet/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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} |