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
1 changed files with 2 additions and 0 deletions

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})