diff options
| author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-12-18 15:06:01 +0000 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-12-18 15:06:01 +0000 |
| commit | 0bcaf86cbd6ec91a394d81845e394b79d8891a86 (patch) | |
| tree | 3a468e922e2431daf633704744576d820ab18194 | |
| parent | 1cc745113015dda0710e966fceb351e1f50c62e0 (diff) | |
| download | monzero-core-0bcaf86cbd6ec91a394d81845e394b79d8891a86.tar.gz monzero-core-0bcaf86cbd6ec91a394d81845e394b79d8891a86.tar.xz monzero-core-0bcaf86cbd6ec91a394d81845e394b79d8891a86.zip | |
tests: fix link error in hash tests now needing common
| -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 |
