diff options
author | Alexander Blair <snipa@jagtech.io> | 2020-08-16 12:38:44 -0700 |
---|---|---|
committer | Alexander Blair <snipa@jagtech.io> | 2020-08-16 12:38:44 -0700 |
commit | e2e09d00c27c804bbc3abc97d42a7e805d5bd0cd (patch) | |
tree | a4961af082efd0be7e244c301af548604ed1932a /src/device/CMakeLists.txt | |
parent | Merge pull request #6329 (diff) | |
parent | Support for supercop ASM in wallet, and benchmark for supercop (diff) | |
download | monero-e2e09d00c27c804bbc3abc97d42a7e805d5bd0cd.tar.xz |
Merge pull request #6337
a11ec4ac1 Support for supercop ASM in wallet, and benchmark for supercop (Lee Clagett)
Diffstat (limited to 'src/device/CMakeLists.txt')
-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 42dba2ebb..ff2afba4b 100644 --- a/src/device/CMakeLists.txt +++ b/src/device/CMakeLists.txt @@ -72,6 +72,7 @@ target_link_libraries(device ${HIDAPI_LIBRARIES} cncrypto ringct_basic + wallet-crypto ${OPENSSL_CRYPTO_LIBRARIES} ${Boost_SERIALIZATION_LIBRARY} PRIVATE |