Merge pull request #2539

93ed9321 cmake: add libversion and libcheckpoints to libwallet_merged (redfish)
release-v0.4.0.1
Riccardo Spagni 7 years ago
commit fb7dcb6ec0
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD

@ -125,7 +125,16 @@ endif()
# build and install libwallet_merged only if we building for GUI
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})
list(APPEND objlibs $<TARGET_OBJECTS:obj_${lib}>) # matches naming convention in src/CMakeLists.txt

Loading…
Cancel
Save