nuttx-apps/netutils/jsoncpp/Kconfig
zhanghongyu 72e67e9d6d jsoncpp: add cmake scripts for jsoncpp
Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>
2023-11-23 00:19:37 -08:00

23 lines
585 B
Plaintext

#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#
config NETUTILS_JSONCPP
bool "JSONCPP"
default n
---help---
JsonCpp is a C++ library that allows manipulating JSON values,
including serialization and deserialization to and from strings.
It can also preserve existing comment in unserialization/
serialization steps, making it a convenient format to store user
input files.
if NETUTILS_JSONCPP
config JSONCPP_VERSION
string "Jsoncpp Version"
default "1.9.5"
endif # NETUTILS_JSONCPP