forked from Public/monero-gui
cmake: explicitly link net and common
This commit is contained in:
@@ -140,6 +140,8 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${Qt5Widgets_EXECUTABLE_COMPILE_FLAGS}")
|
|||||||
|
|
||||||
target_link_libraries(monero-wallet-gui
|
target_link_libraries(monero-wallet-gui
|
||||||
epee
|
epee
|
||||||
|
common
|
||||||
|
net
|
||||||
wallet_api
|
wallet_api
|
||||||
qrcodegen
|
qrcodegen
|
||||||
easylogging
|
easylogging
|
||||||
|
|||||||
Reference in New Issue
Block a user