2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 00:52:16 +00:00

Add Boost.Json to contrib/boost.jam (#82)

This commit is contained in:
Dmitry
2021-09-03 06:30:54 +03:00
committed by GitHub
parent 7402029c33
commit c276640527

View File

@@ -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 ;