From 420da61e8cab5c138a2cad1ee9f532744fb768b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20De=20Keersmaeker?= <francois.dekeersmaeker@uclouvain.be> Date: Tue, 9 Jul 2024 15:51:46 +0200 Subject: [PATCH] Submodule: hashmap.c --- .gitmodules | 3 +++ hashmap | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 hashmap diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..f640cd1 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "hashmap"] + path = hashmap + url = https://github.com/tidwall/hashmap.c diff --git a/hashmap b/hashmap new file mode 160000 index 0000000..1c13992 --- /dev/null +++ b/hashmap @@ -0,0 +1 @@ +Subproject commit 1c139923fe08f36143ecc0ba37cd674684f87f9c -- GitLab