diff options
author | jaseg <git@jaseg.de> | 2021-06-05 21:53:50 +0200 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2021-06-05 21:53:50 +0200 |
commit | 1b02cdd2e7b7c620673fcf64c410ea46e8ab2b77 (patch) | |
tree | 74aadd16ee77b91f9c9e3baa5727195bfb870cc1 /.gitmodules | |
parent | b7cdcd396b5d3d2aeb91093f74ebd8e19f156e6b (diff) | |
download | gerbolyze-1b02cdd2e7b7c620673fcf64c410ea46e8ab2b77.tar.gz gerbolyze-1b02cdd2e7b7c620673fcf64c410ea46e8ab2b77.tar.bz2 gerbolyze-1b02cdd2e7b7c620673fcf64c410ea46e8ab2b77.zip |
Add missing pugixml submodule
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index b3b249b..253ed34 100644 --- a/.gitmodules +++ b/.gitmodules @@ -25,3 +25,6 @@ [submodule "upstream/filesystem"] path = upstream/filesystem url = https://github.com/gulrak/filesystem +[submodule "upstream/pugixml"] + path = upstream/pugixml + url = https://github.com/zeux/pugixml |