boost: Adds json library

json library can work as header-only, but adding for the
cases where it is necessary.

Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
This commit is contained in:
Carlos Miguel Ferreira 2020-12-14 22:18:46 +00:00
parent a3c6d8badc
commit 6b79c46bb4
No known key found for this signature in database
GPG Key ID: 33A82DFF65092E55
1 changed files with 2 additions and 0 deletions

View File

@ -59,6 +59,7 @@ This package provides the following run-time libraries:
- graph
- - graph-parallel
- iostreams
- json
- locale
- log
- math
@ -344,6 +345,7 @@ $(eval $(call DefineBoostLibrary,fiber,coroutine filesystem,,!boost-fiber-exclud
$(eval $(call DefineBoostLibrary,filesystem,system))
$(eval $(call DefineBoostLibrary,graph,regex))
$(eval $(call DefineBoostLibrary,iostreams,,,,zlib liblzma libbz2 libzstd))
$(eval $(call DefineBoostLibrary,json,container))
$(eval $(call DefineBoostLibrary,locale,system chrono thread,,,icu))
$(eval $(call DefineBoostLibrary,log,system chrono date_time thread filesystem regex))
$(eval $(call DefineBoostLibrary,math))