diff options
author | iDunk5400 <iDunk5400@users.noreply.github.com> | 2018-01-28 14:51:02 +0100 |
---|---|---|
committer | iDunk5400 <iDunk5400@users.noreply.github.com> | 2018-01-28 14:51:02 +0100 |
commit | 1c99a628e3b805aea54d8d6dd98f751c5955b72d (patch) | |
tree | 63c3df4f3b327acf56e71bbe52316a6bb4e53007 | |
parent | Merge pull request #3188 (diff) | |
download | monero-1c99a628e3b805aea54d8d6dd98f751c5955b72d.tar.xz |
Tests: Fix building of two fuzz tests on Windows
-rw-r--r-- | tests/fuzz/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/fuzz/CMakeLists.txt b/tests/fuzz/CMakeLists.txt index b15703547..6d34b13e2 100644 --- a/tests/fuzz/CMakeLists.txt +++ b/tests/fuzz/CMakeLists.txt @@ -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} |