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

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Michajłow <kasper93@gmail.com>2016-01-08 23:34:07 +0300
committerKacper Michajłow <kasper93@gmail.com>2016-01-09 00:26:30 +0300
commit3a6b91625906e9bc45eb652092ddc4c583da73b1 (patch)
tree8b07db7c991497c4458a33a7afa7449945b9f58a /.gitmodules
parent58e6de8c8700cf7f44a642ec3989773598c3d8ed (diff)
Add tinyxml2 submodule
Fix Lite compilation after 3c1b6f3238f6bc68de1b03cfb007f8b0dbd0cbf4
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules
index 5ae2aa683..9a7d5cc55 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -26,6 +26,9 @@
path = src/thirdparty/sanear/sanear
url = https://github.com/alexmarsev/sanear.git
branch = core
-[submodule "src/thirdparty/rapidjson"]
+[submodule "rapidjson"]
path = src/thirdparty/rapidjson
url = https://github.com/miloyip/rapidjson.git
+[submodule "tinyxml2"]
+ path = src/thirdparty/tinyxml2/library
+ url = https://github.com/leethomason/tinyxml2.git