libwallet_api_tests: add missing dependency on Boost Locale and ICU
This commit is contained in:
parent
f0459abbb9
commit
6d3311aceb
|
@ -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})
|
||||
|
|
Loading…
Reference in New Issue