diff options
author | anon <anon [at] nowhere> | 2021-04-27 12:06:42 +0000 |
---|---|---|
committer | selsta <selsta@sent.at> | 2021-07-13 08:00:20 +0200 |
commit | fe76d7dee7c8ddd7bb6d32cfc7aeedda9d84572e (patch) | |
tree | f3eb43648ff242c00842dcba516aa2c5c43fcabc /src/device | |
parent | cmake: forbid undefined symbols (diff) | |
download | monero-fe76d7dee7c8ddd7bb6d32cfc7aeedda9d84572e.tar.xz |
cmake: fix undefined symbols and multiple definitions
Diffstat (limited to 'src/device')
-rw-r--r-- | src/device/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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} |