diff options
author | luigi1111 <luigi1111w@gmail.com> | 2018-06-07 12:07:13 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2018-06-07 12:07:13 -0500 |
commit | e69849e97911a6543759aabf9feccd865445337f (patch) | |
tree | c7f057aadcd41fa6346f18adfe0d8e9d1ba58db1 /.gitmodules | |
parent | Merge pull request #3866 (diff) | |
parent | rapidjson: remove outdated in-tree, use submodule (diff) | |
download | monero-e69849e97911a6543759aabf9feccd865445337f.tar.xz |
Merge pull request #3857
8a6c081 rapidjson: remove outdated in-tree, use submodule (anonimal)
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 73b430c10..91bddb0a3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,3 +6,6 @@ path = external/miniupnp url = https://github.com/monero-project/miniupnp branch = monero +[submodule "external/rapidjson"] + path = external/rapidjson + url = https://github.com/Tencent/rapidjson |