diff options
author | buricl <lubor.buric@gmail.com> | 2018-11-06 00:17:22 +0100 |
---|---|---|
committer | buricl <lubor.buric@gmail.com> | 2018-11-06 00:17:22 +0100 |
commit | 1fd017cf7756369aff4ac6b598cf86a130f78e12 (patch) | |
tree | cfbad82cd8136d35e7912113f4858f3b4b0b18ea | |
parent | Merge pull request #4797 (diff) | |
download | monero-1fd017cf7756369aff4ac6b598cf86a130f78e12.tar.xz |
Fix build of monero-gui by adding device_trezor to wallet_merged
-rw-r--r-- | src/wallet/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wallet/CMakeLists.txt b/src/wallet/CMakeLists.txt index 4932dd4b6..4e3fb1ae5 100644 --- a/src/wallet/CMakeLists.txt +++ b/src/wallet/CMakeLists.txt @@ -120,7 +120,8 @@ if (BUILD_GUI_DEPS) ringct ringct_basic checkpoints - version) + version + device_trezor) foreach(lib ${libs_to_merge}) list(APPEND objlibs $<TARGET_OBJECTS:obj_${lib}>) # matches naming convention in src/CMakeLists.txt |