diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-09 23:28:37 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-09 23:28:37 +0200 |
commit | a6cba2758e1b8cbc189d623c1bfdbc146a8ba87e (patch) | |
tree | 6eed6c0150022c82cfe0d1c590cb4b8405824b1d /.gitmodules | |
parent | f20e49a71a7ee186057f5b79aeb58f9f22b352f4 (diff) |
loading museum data kinda works now?
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index b260b07..de46813 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,3 +6,6 @@ path = lib/cpr url = https://github.com/libcpr/cpr shallow = true +[submodule "lib/pugixml"] + path = lib/pugixml + url = https://github.com/zeux/pugixml |