From b919e845c791069e8be9f8c6db299db53ddf1ac4 Mon Sep 17 00:00:00 2001 From: David Madl Date: Sun, 15 Mar 2026 23:09:02 +0100 Subject: [PATCH] git: add submodule libnpy --- .gitmodules | 3 +++ google-tests/libnpy | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 google-tests/libnpy diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..0bef958 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "google-tests/libnpy"] + path = google-tests/libnpy + url = https://github.com/llohse/libnpy.git diff --git a/google-tests/libnpy b/google-tests/libnpy new file mode 160000 index 0000000..471fe48 --- /dev/null +++ b/google-tests/libnpy @@ -0,0 +1 @@ +Subproject commit 471fe480d5f1082fd8fd0e746eaf10084a2fb82b