diff options
author | Riccardo Spagni <ric@spagni.net> | 2017-12-28 09:00:21 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2017-12-28 09:00:21 +0200 |
commit | a0a8706946c0c7b9112678ffefa3354a04f7a020 (patch) | |
tree | 20db69027f67f7329c8818d3cc09d7c62bd3114b | |
parent | Merge pull request #2949 (diff) | |
parent | tests: fix link error in hash tests now needing common (diff) | |
download | monero-a0a8706946c0c7b9112678ffefa3354a04f7a020.tar.xz |
Merge pull request #2955
0bcaf86c tests: fix link error in hash tests now needing common (moneromooo-monero)
-rw-r--r-- | tests/hash/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/hash/CMakeLists.txt b/tests/hash/CMakeLists.txt index 5cc95efbb..950df10b1 100644 --- a/tests/hash/CMakeLists.txt +++ b/tests/hash/CMakeLists.txt @@ -36,6 +36,7 @@ add_executable(hash-tests ${hash_headers}) target_link_libraries(hash-tests PRIVATE + common cncrypto ${EXTRA_LIBRARIES}) set_property(TARGET hash-tests |