aboutsummaryrefslogtreecommitdiff
path: root/tests/libwallet_api_tests
diff options
context:
space:
mode:
authorstoffu <stoffu@protonmail.ch>2018-11-15 00:19:41 +0900
committerstoffu <stoffu@protonmail.ch>2018-11-15 00:19:41 +0900
commit6d3311acebff2b7b9cfdceb24fc9ee04b79275bb (patch)
tree75f4fb9872d1aacaec87c3514777786e10606abe /tests/libwallet_api_tests
parentcmake: move Boost_LOCALE_LIBRARY out of ICU_LIBRARIES (diff)
downloadmonero-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.txt2
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})