diff --git a/library.json b/library.json index 2210fcd61..4db805f3b 100644 --- a/library.json +++ b/library.json @@ -7,8 +7,10 @@ "include": "include" }, "examples": "example/*/*.cpp", - "repository": - { + "build":{ + "srcFilter": "-" + }, + "repository":{ "type": "git", "url": "https://github.com/Tencent/rapidjson" }