diff options
author | stoffu <stoffu@protonmail.ch> | 2018-11-15 00:19:41 +0900 |
---|---|---|
committer | stoffu <stoffu@protonmail.ch> | 2018-11-15 00:19:41 +0900 |
commit | 6d3311acebff2b7b9cfdceb24fc9ee04b79275bb (patch) | |
tree | 75f4fb9872d1aacaec87c3514777786e10606abe /tests/libwallet_api_tests | |
parent | cmake: move Boost_LOCALE_LIBRARY out of ICU_LIBRARIES (diff) | |
download | monero-6d3311acebff2b7b9cfdceb24fc9ee04b79275bb.tar.xz |
libwallet_api_tests: add missing dependency on Boost Locale and ICU
Diffstat (limited to 'tests/libwallet_api_tests')
-rw-r--r-- | tests/libwallet_api_tests/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/libwallet_api_tests/CMakeLists.txt b/tests/libwallet_api_tests/CMakeLists.txt index ef1b666ed..1a9cbc5a6 100644 --- a/tests/libwallet_api_tests/CMakeLists.txt +++ b/tests/libwallet_api_tests/CMakeLists.txt @@ -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}) |