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:
parent
f0459abbb9
commit
6d3311aceb
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue