linuxOS_D21X/package/third-party/cJSON/Config.in

13 lines
269 B
Plaintext
Raw Normal View History

2024-11-29 08:23:11 +00:00
menuconfig BR2_PACKAGE_CJSON
bool "cJSON"
help
Ultralightweight JSON parser in ANSI C.
https://github.com/DaveGamble/cJSON
if BR2_PACKAGE_CJSON
config BR2_PACKAGE_CJSON_USE_PREBUILT
bool "use prebuilt binary instead of building from source"
default y
endif