diff options
| author | Riccardo Spagni <ric@spagni.net> | 2017-10-06 22:57:20 +0400 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2017-10-06 22:57:20 +0400 |
| commit | fb7dcb6ec0a4997593ce040dbaf04f0af164918f (patch) | |
| tree | 77cec6d074e34a22b02145d42f6c32d2eaa0c1d1 | |
| parent | 4a20a5b5ea4adc47e65d9148e39dadf666e48e07 (diff) | |
| parent | 93ed9321430d388a9966773fbf580eff03299518 (diff) | |
| download | monzero-core-fb7dcb6ec0a4997593ce040dbaf04f0af164918f.tar.gz monzero-core-fb7dcb6ec0a4997593ce040dbaf04f0af164918f.tar.xz monzero-core-fb7dcb6ec0a4997593ce040dbaf04f0af164918f.zip | |
Merge pull request #2539
93ed9321 cmake: add libversion and libcheckpoints to libwallet_merged (redfish)
| -rw-r--r-- | src/wallet/CMakeLists.txt | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/src/wallet/CMakeLists.txt b/src/wallet/CMakeLists.txt index fe87d0de1..b62c084be 100644 --- a/src/wallet/CMakeLists.txt +++ b/src/wallet/CMakeLists.txt @@ -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 |
