diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2021-09-05 12:57:04 -0400 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2021-09-05 12:57:04 -0400 |
| commit | d48438aeef9c63c82b00732d8bbbd1bb3361701b (patch) | |
| tree | 874f599bca312a8b13a7013d75a41ea3dc42dec6 /src/CMakeLists.txt | |
| parent | 92b3f5a2ee862400a44a58eee173c9584da7838a (diff) | |
| parent | 75746a81530f71f430c09baeabbc7c3a62524c16 (diff) | |
| download | monzero-gui-d48438aeef9c63c82b00732d8bbbd1bb3361701b.tar.gz monzero-gui-d48438aeef9c63c82b00732d8bbbd1bb3361701b.tar.xz monzero-gui-d48438aeef9c63c82b00732d8bbbd1bb3361701b.zip | |
Merge pull request #3477
75746a8 cmake: explicitly link net and common (selsta)
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 9e57deea..6c2b56b8 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -123,6 +123,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 |
