Added uthash as a git submodule
This commit is contained in:
parent
1b9a3e8c4b
commit
3b43c7aefe
4 changed files with 16 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,3 +1,6 @@
|
|||
[submodule "external/termrec"]
|
||||
path = external/termrec
|
||||
url = https://github.com/kilobyte/termrec
|
||||
[submodule "external/uthash"]
|
||||
path = external/uthash
|
||||
url = https://github.com/troydhanson/uthash
|
||||
|
|
Reference in a new issue