From c27664052704db1022fe641f9bdb3cb19bbb028a Mon Sep 17 00:00:00 2001 From: Dmitry Date: Fri, 3 Sep 2021 06:30:54 +0300 Subject: [PATCH] Add Boost.Json to contrib/boost.jam (#82) --- src/contrib/boost.jam | 1 + 1 file changed, 1 insertion(+) diff --git a/src/contrib/boost.jam b/src/contrib/boost.jam index 06fc4017c..6bf28d197 100644 --- a/src/contrib/boost.jam +++ b/src/contrib/boost.jam @@ -213,6 +213,7 @@ rule boost_std ( inc ? lib ? ) boost_lib_std graph : BOOST_GRAPH_DYN_LINK ; boost_lib_std graph_parallel : BOOST_GRAPH_DYN_LINK ; boost_lib_std iostreams : BOOST_IOSTREAMS_DYN_LINK ; + boost_lib_std json : BOOST_JSON_DYN_LINK ; boost_lib_std locale : BOOST_LOCALE_DYN_LINK ; boost_lib_std log : BOOST_LOG_DYN_LINK ; boost_lib_std log_setup : BOOST_LOG_SETUP_DYN_LINK ;