From fe76d7dee7c8ddd7bb6d32cfc7aeedda9d84572e Mon Sep 17 00:00:00 2001 From: anon Date: Tue, 27 Apr 2021 12:06:42 +0000 Subject: cmake: fix undefined symbols and multiple definitions --- src/device/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/device') diff --git a/src/device/CMakeLists.txt b/src/device/CMakeLists.txt index ff2afba4b..3597ab336 100644 --- a/src/device/CMakeLists.txt +++ b/src/device/CMakeLists.txt @@ -71,6 +71,7 @@ target_link_libraries(device PUBLIC ${HIDAPI_LIBRARIES} cncrypto + cryptonote_format_utils_basic ringct_basic wallet-crypto ${OPENSSL_CRYPTO_LIBRARIES} -- cgit v1.2.3