aboutsummaryrefslogtreecommitdiff
path: root/src/device
diff options
context:
space:
mode:
authoranon <anon [at] nowhere>2021-04-27 12:06:42 +0000
committerselsta <selsta@sent.at>2021-07-13 08:00:20 +0200
commitfe76d7dee7c8ddd7bb6d32cfc7aeedda9d84572e (patch)
treef3eb43648ff242c00842dcba516aa2c5c43fcabc /src/device
parentcmake: forbid undefined symbols (diff)
downloadmonero-fe76d7dee7c8ddd7bb6d32cfc7aeedda9d84572e.tar.xz
cmake: fix undefined symbols and multiple definitions
Diffstat (limited to 'src/device')
-rw-r--r--src/device/CMakeLists.txt1
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}