mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-11 13:43:29 +01:00
cmake: add libversion and libcheckpoints to libwallet_merged
Needed to link monero-core Qt wallet.
This commit is contained in:
parent
5f7cddeb53
commit
93ed932143
@ -125,7 +125,16 @@ endif()
|
|||||||
|
|
||||||
# build and install libwallet_merged only if we building for GUI
|
# build and install libwallet_merged only if we building for GUI
|
||||||
if (BUILD_GUI_DEPS)
|
if (BUILD_GUI_DEPS)
|
||||||
set(libs_to_merge wallet cryptonote_core cryptonote_basic mnemonics common cncrypto ringct)
|
set(libs_to_merge
|
||||||
|
wallet
|
||||||
|
cryptonote_core
|
||||||
|
cryptonote_basic
|
||||||
|
mnemonics
|
||||||
|
common
|
||||||
|
cncrypto
|
||||||
|
ringct
|
||||||
|
checkpoints
|
||||||
|
version)
|
||||||
|
|
||||||
foreach(lib ${libs_to_merge})
|
foreach(lib ${libs_to_merge})
|
||||||
list(APPEND objlibs $<TARGET_OBJECTS:obj_${lib}>) # matches naming convention in src/CMakeLists.txt
|
list(APPEND objlibs $<TARGET_OBJECTS:obj_${lib}>) # matches naming convention in src/CMakeLists.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user