mirror of
https://github.com/monero-project/monero.git
synced 2026-01-26 03:04:53 -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:
@@ -73,7 +73,7 @@ bitmonero_add_library(cryptonote_core
|
||||
${cryptonote_core_headers}
|
||||
${cryptonote_core_private_headers})
|
||||
target_link_libraries(cryptonote_core
|
||||
LINK_PUBLIC
|
||||
PUBLIC
|
||||
common
|
||||
crypto
|
||||
otshell_utils
|
||||
@@ -82,9 +82,9 @@ target_link_libraries(cryptonote_core
|
||||
${Boost_DATE_TIME_LIBRARY}
|
||||
${Boost_PROGRAM_OPTIONS_LIBRARY}
|
||||
${Boost_SERIALIZATION_LIBRARY}
|
||||
LINK_PRIVATE
|
||||
${Blocks}
|
||||
${Boost_FILESYSTEM_LIBRARY}
|
||||
${Boost_SYSTEM_LIBRARY}
|
||||
${Boost_THREAD_LIBRARY}
|
||||
PRIVATE
|
||||
${Blocks}
|
||||
${EXTRA_LIBRARIES})
|
||||
|
||||
Reference in New Issue
Block a user