Merge pull request #2955

0bcaf86c tests: fix link error in hash tests now needing common (moneromooo-monero)
This commit is contained in:
Riccardo Spagni 2017-12-28 09:00:21 +02:00
commit a0a8706946
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD
1 changed files with 1 additions and 0 deletions

View File

@ -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