summaryrefslogtreecommitdiffstats
path: root/rules/rapidjson.in
blob: 352340383ced637f9bd0946aa29bdd05b8a40c49 (plain)
1
2
3
4
5
6
7
8
9
10
## SECTION=system_libraries

config RAPIDJSON
	tristate
	prompt "rapidjson"
	select HOST_CMAKE
	help
	  A fast JSON parser/generator for C++ with both SAX/DOM style API

	  NOTE: This library is header-only, so there's no target package.