From 3b43c7aefe3fa01ec7aefc15c0d94745c751d8cb Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Wed, 27 Mar 2019 13:52:49 +0100 Subject: Added uthash as a git submodule --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index c3f6d12..21d232a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 -- cgit v1.2.3