1
0
Fork 0
mirror of https://git.wownero.com/wownero/wownero.git synced 2024-08-15 01:03:23 +00:00

Merge pull request

1fd017cf Fix build of monero-gui by adding device_trezor to wallet_merged (buricl)
This commit is contained in:
Riccardo Spagni 2018-11-06 21:35:08 +02:00
commit a9e03ebc6a
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD

View file

@ -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