Tests: Fix building of two fuzz tests on Windows

This commit is contained in:
iDunk5400 2018-01-28 14:51:02 +01:00
parent 6ed314854c
commit 1c99a628e3
No known key found for this signature in database
GPG Key ID: 0F1715596D812FD8
1 changed files with 2 additions and 0 deletions

View File

@ -143,6 +143,7 @@ target_link_libraries(http-client_fuzz_tests
PRIVATE
epee
${Boost_THREAD_LIBRARY}
${Boost_CHRONO_LIBRARY}
${Boost_REGEX_LIBRARY}
${Boost_PROGRAM_OPTIONS_LIBRARY}
${Boost_SYSTEM_LIBRARY}
@ -158,6 +159,7 @@ target_link_libraries(levin_fuzz_tests
common
epee
${Boost_THREAD_LIBRARY}
${Boost_CHRONO_LIBRARY}
${Boost_REGEX_LIBRARY}
${Boost_PROGRAM_OPTIONS_LIBRARY}
${CMAKE_THREAD_LIBS_INIT}