mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-22 15:32:24 +00:00
tests: fix link error in hash tests now needing common
This commit is contained in:
parent
1cc7451130
commit
0bcaf86cbd
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ add_executable(hash-tests
|
||||||
${hash_headers})
|
${hash_headers})
|
||||||
target_link_libraries(hash-tests
|
target_link_libraries(hash-tests
|
||||||
PRIVATE
|
PRIVATE
|
||||||
|
common
|
||||||
cncrypto
|
cncrypto
|
||||||
${EXTRA_LIBRARIES})
|
${EXTRA_LIBRARIES})
|
||||||
set_property(TARGET hash-tests
|
set_property(TARGET hash-tests
|
||||||
|
|
Loading…
Reference in a new issue