mirror of
https://github.com/monero-project/monero.git
synced 2025-08-18 02:40:34 -04:00
link against readline only for monerod and wallet-wallet-{rpc,cli}
This commit is contained in:
parent
437421ce42
commit
a9e14a19dc
3 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue