Browse Source

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>
lilik-openwrt-22.03
Carlos Miguel Ferreira 4 years ago
parent
commit
6b79c46bb4
No known key found for this signature in database GPG Key ID: 33A82DFF65092E55
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      libs/boost/Makefile

+ 2
- 0
libs/boost/Makefile View File

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


Loading…
Cancel
Save