link against readline only for monerod and wallet-wallet-{rpc,cli}

This commit is contained in:
moneromooo-monero
2017-10-28 19:20:21 +01:00
parent 437421ce42
commit a9e14a19dc
3 changed files with 2 additions and 1 deletions
+1
View File
@@ -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