summaryrefslogtreecommitdiffhomepage
path: root/.gitmodules
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-11-17 16:29:12 +0100
committerStanislaw Halik <sthalik@misaki.pl>2022-11-17 16:29:12 +0100
commit9010c9defb81e2659af53decd811376aafd00d77 (patch)
tree815b4b5fe215c430abfd2b197448d10b73359022 /.gitmodules
parentec9ee23f869f54ae4dccd0dff16fbbf890c299c0 (diff)
add demumble, a demangling library
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index fd4fc9fd..2e2520dd 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -25,3 +25,6 @@
[submodule "luajit"]
path = external/luajit
url = https://github.com/WohlSoft/LuaJIT.git
+[submodule "demumble"]
+ path = demumble
+ url = https://github.com/sthalik/demumble