Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/miloyip/rapidjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kravets <me@ikravets.com>2015-08-03 16:30:37 +0300
committerIvan Kravets <me@ikravets.com>2015-08-03 16:30:37 +0300
commit720d1688f14ef43f35ea87ac4878d83951faa9d5 (patch)
treeefdabca361e8ae724fd8e25ef0fd8506cae3f5af /library.json
parent315a8ea36804f6c724955e9d1291c5062779d78a (diff)
Fix include location
Diffstat (limited to 'library.json')
-rw-r--r--library.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/library.json b/library.json
index 3b53db4c..47fd352a 100644
--- a/library.json
+++ b/library.json
@@ -2,7 +2,7 @@
"name": "RapidJSON",
"keywords": "json, sax, dom, parser, generator",
"description": "A fast JSON parser/generator for C++ with both SAX/DOM style API",
- "include": "include/rapidjson",
+ "include": "include",
"examples": "example/*/*.cpp",
"repository":
{