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/daemon | |
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 'src/daemon')
-rw-r--r-- | src/daemon/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/daemon/CMakeLists.txt b/src/daemon/CMakeLists.txt index d0fc1d846..c6bdc6d83 100644 --- a/src/daemon/CMakeLists.txt +++ b/src/daemon/CMakeLists.txt @@ -102,6 +102,7 @@ target_link_libraries(daemon ${Boost_SYSTEM_LIBRARY} ${CMAKE_THREAD_LIBS_INIT} ${ZMQ_LIB} + ${Readline_LIBRARY} ${EXTRA_LIBRARIES}) set_property(TARGET daemon PROPERTY |