mirror of
https://github.com/monero-project/monero.git
synced 2026-01-20 00:20:55 -08:00
Merge pull request #1094
06bb692cmake: support BUILD_SHARED_LIBS built-in option (redfish)e1c7af3cmake: transitive deps and remove deprecated LINK_* (redfish)54010b9crypto: armv7: slow-hash: remove redundant source include (redfish)
This commit is contained in:
@@ -43,7 +43,7 @@ bitmonero_add_executable(simplewallet
|
||||
${simplewallet_headers}
|
||||
${simplewallet_private_headers})
|
||||
target_link_libraries(simplewallet
|
||||
LINK_PRIVATE
|
||||
PRIVATE
|
||||
wallet
|
||||
rpc
|
||||
cryptonote_core
|
||||
@@ -51,8 +51,10 @@ target_link_libraries(simplewallet
|
||||
common
|
||||
mnemonics
|
||||
p2p
|
||||
${UNBOUND_LIBRARY}
|
||||
${UPNP_LIBRARIES}
|
||||
${Boost_CHRONO_LIBRARY}
|
||||
${Boost_PROGRAM_OPTIONS_LIBRARY}
|
||||
${Boost_FILESYSTEM_LIBRARY}
|
||||
${Boost_THREAD_LIBRARY}
|
||||
${CMAKE_THREAD_LIBS_INIT}
|
||||
${EXTRA_LIBRARIES})
|
||||
add_dependencies(simplewallet
|
||||
|
||||
Reference in New Issue
Block a user