mirror of
https://github.com/monero-project/monero.git
synced 2026-01-22 12:24:30 +01:00
Fix build of monero-gui by adding device_trezor to wallet_merged
This commit is contained in:
@@ -120,7 +120,8 @@ if (BUILD_GUI_DEPS)
|
|||||||
ringct
|
ringct
|
||||||
ringct_basic
|
ringct_basic
|
||||||
checkpoints
|
checkpoints
|
||||||
version)
|
version
|
||||||
|
device_trezor)
|
||||||
|
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user