diff --git a/.gitmodules b/.gitmodules index d2de66eb..28687649 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ -[submodule "app/libraries/tinyxml2"] - path = app/libraries/tinyxml2 - url = https://github.com/leethomason/tinyxml2 [submodule "app/libraries/fmt"] path = app/libraries/fmt url = https://github.com/fmtlib/fmt @@ -17,3 +14,6 @@ [submodule "app/libraries/frozen"] path = app/libraries/frozen url = https://github.com/serge-sans-paille/frozen +[submodule "app/libraries/pugixml"] + path = app/libraries/pugixml + url = https://github.com/zeux/pugixml.git \ No newline at end of file diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml index e34606cc..69fd89f9 100644 --- a/.idea/jarRepositories.xml +++ b/.idea/jarRepositories.xml @@ -26,5 +26,15 @@