1
0
Fork 0
mirror of https://git.wownero.com/wownero/wownero.git synced 2024-08-15 01:03:23 +00:00

libwallet_api_tests: add missing dependency on Boost Locale and ICU

This commit is contained in:
stoffu 2018-11-15 00:19:41 +09:00
parent f0459abbb9
commit 6d3311aceb
No known key found for this signature in database
GPG key ID: 41DAB8343A9EC012

View file

@ -50,6 +50,8 @@ target_link_libraries(libwallet_api_tests
${Boost_FILESYSTEM_LIBRARY}
${Boost_THREAD_LIBRARY}
${Boost_SYSTEM_LIBRARY}
${Boost_LOCALE_LIBRARY}
${ICU_LIBRARIES}
${GTEST_LIBRARIES}
${CMAKE_THREAD_LIBS_INIT}
${EXTRA_LIBRARIES})