mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-10 21:23:27 +01:00
wallet_merged: ringct added to dependencies
This commit is contained in:
parent
9c709bec19
commit
4d17949d4f
@ -74,7 +74,7 @@ target_link_libraries(wallet
|
|||||||
${Boost_REGEX_LIBRARY}
|
${Boost_REGEX_LIBRARY}
|
||||||
${EXTRA_LIBRARIES})
|
${EXTRA_LIBRARIES})
|
||||||
|
|
||||||
set(libs_to_merge wallet cryptonote_core mnemonics common crypto)
|
set(libs_to_merge wallet cryptonote_core mnemonics common crypto ringct)
|
||||||
|
|
||||||
foreach(lib ${libs_to_merge})
|
foreach(lib ${libs_to_merge})
|
||||||
list(APPEND objlibs $<TARGET_OBJECTS:obj_${lib}>) # matches naming convention in src/CMakeLists.txtA
|
list(APPEND objlibs $<TARGET_OBJECTS:obj_${lib}>) # matches naming convention in src/CMakeLists.txtA
|
||||||
|
Loading…
Reference in New Issue
Block a user