diff --git a/library.json b/library.json index 2210fcd617..492a68a093 100644 --- a/library.json +++ b/library.json @@ -4,12 +4,26 @@ "keywords": "json, sax, dom, parser, generator", "description": "A fast JSON parser/generator for C++ with both SAX/DOM style API", "export": { - "include": "include" + "include": + [ + "include" + ], + "exclude": + [ + "thirdparty", + "test" + ] }, "examples": "example/*/*.cpp", "repository": { "type": "git", "url": "https://github.com/Tencent/rapidjson" + }, + "frameworks": "*", + "platforms": "*", + "build": { + "srcDir": ".", + "srcFilter": "+<*> - - -" } }