diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-10-28 19:20:21 +0100 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-11-14 17:06:32 +0000 |
commit | a9e14a19dc696fead1840e94c6933359ab7927e4 (patch) | |
tree | f45171b533842e789b27b5def67e2ab14662a8bf /src/simplewallet/CMakeLists.txt | |
parent | wallet: move some scoped_message_writer calls from the libs (diff) | |
download | monero-a9e14a19dc696fead1840e94c6933359ab7927e4.tar.xz |
link against readline only for monerod and wallet-wallet-{rpc,cli}
Diffstat (limited to '')
-rw-r--r-- | src/simplewallet/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/simplewallet/CMakeLists.txt b/src/simplewallet/CMakeLists.txt index 4ecda12d0..baf55b0dc 100644 --- a/src/simplewallet/CMakeLists.txt +++ b/src/simplewallet/CMakeLists.txt @@ -53,6 +53,7 @@ target_link_libraries(simplewallet ${Boost_PROGRAM_OPTIONS_LIBRARY} ${Boost_FILESYSTEM_LIBRARY} ${Boost_THREAD_LIBRARY} + ${Readline_LIBRARY} ${CMAKE_THREAD_LIBS_INIT} ${EXTRA_LIBRARIES}) set_property(TARGET simplewallet |