mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
cmake: fix up link lines
This commit is contained in:
parent
4b6515cfb5
commit
01895dd067
5 changed files with 7 additions and 3 deletions
|
@ -45,7 +45,8 @@ target_link_libraries(functional_tests
|
|||
common
|
||||
crypto
|
||||
${UNBOUND_LIBRARY}
|
||||
${Boost_LIBRARIES}
|
||||
${Boost_REGEX_LIBRARY}
|
||||
${CMAKE_THREAD_LIBS_INIT}
|
||||
${EXTRA_LIBRARIES})
|
||||
set_property(TARGET functional_tests
|
||||
PROPERTY
|
||||
|
|
|
@ -53,7 +53,8 @@ target_link_libraries(performance_tests
|
|||
common
|
||||
crypto
|
||||
${UNBOUND_LIBRARY}
|
||||
${Boost_LIBRARIES}
|
||||
${Boost_CHRONO_LIBRARY}
|
||||
${CMAKE_THREAD_LIBS_INIT}
|
||||
${EXTRA_LIBRARIES})
|
||||
set_property(TARGET performance_tests
|
||||
PROPERTY
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue