From 75746a81530f71f430c09baeabbc7c3a62524c16 Mon Sep 17 00:00:00 2001 From: selsta Date: Mon, 10 May 2021 23:35:40 +0200 Subject: [PATCH] cmake: explicitly link net and common --- src/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 23e034f0..78525961 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -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