From b2307d56d7273064a6b5b207227b997d8d3363be Mon Sep 17 00:00:00 2001 From: randomdan Date: Tue, 4 Nov 2014 19:38:37 +0000 Subject: Link to external Boost UTF --- libtmdb/Jamfile.jam | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'libtmdb/Jamfile.jam') diff --git a/libtmdb/Jamfile.jam b/libtmdb/Jamfile.jam index 2e51377..8b6d246 100644 --- a/libtmdb/Jamfile.jam +++ b/libtmdb/Jamfile.jam @@ -13,6 +13,7 @@ lib pthread ; lib boost_system ; lib boost_filesystem ; lib curl ; +lib boost_utf : : boost_unit_test_framework ; lib tmdb : [ glob *.cpp *.ice : test*.cpp ] : @@ -36,6 +37,8 @@ lib tmdb : unit-test testModels : [ glob testModels.cpp ] : + BOOST_TEST_DYN_LINK + boost_utf tmdb slicer slicer-json @@ -47,6 +50,8 @@ unit-test testModels : unit-test testFormatUrls : [ glob testFormatUrls.cpp ] : + BOOST_TEST_DYN_LINK + boost_utf tmdb slicer slicer-json @@ -58,6 +63,8 @@ unit-test testFormatUrls : unit-test testCallMockApi : [ glob testCallMockApi.cpp ] : + BOOST_TEST_DYN_LINK + boost_utf tmdb slicer slicer-json -- cgit v1.2.3