1
mirror of https://github.com/monero-project/monero-gui synced 2024-12-01 08:11:54 +01:00

cmake: explicitly link net and common

This commit is contained in:
selsta 2021-05-10 23:35:40 +02:00
parent 426dc3fa47
commit 75746a8153
No known key found for this signature in database
GPG Key ID: 2EA0A99A8B07AE5E

View File

@ -140,6 +140,8 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${Qt5Widgets_EXECUTABLE_COMPILE_FLAGS}")
target_link_libraries(monero-wallet-gui
epee
common
net
wallet_api
qrcodegen
easylogging