summaryrefslogtreecommitdiffstats
path: root/rules/rapidjson.in
blob: 7127f9db5d8847ca16e8faf8293567fa6077977c (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.