From 48647f37348aa2b346db817f76d3cda6a3eeb80b Mon Sep 17 00:00:00 2001 From: William Bell Date: Sat, 5 Jul 2025 04:38:28 +0100 Subject: [PATCH] load cache if it exists --- .gitmodules | 3 +++ {src/external => external}/xxhash | 0 2 files changed, 3 insertions(+) rename {src/external => external}/xxhash (100%) diff --git a/.gitmodules b/.gitmodules index e69de29..0cc5863 100644 --- a/.gitmodules +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "external/xxhash"] + path = external/xxhash + url = https://github.com/Cyan4973/xxHash.git diff --git a/src/external/xxhash b/external/xxhash similarity index 100% rename from src/external/xxhash rename to external/xxhash