From 46d6c5e8dbdbf23fa13d72db18d6ff2c4bd11699 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 21 Oct 2025 20:53:22 +0300 Subject: [PATCH] Add submodule openmethod --- .gitmodules | 5 +++++ libs/openmethod | 1 + 2 files changed, 6 insertions(+) create mode 160000 libs/openmethod diff --git a/.gitmodules b/.gitmodules index 49875ae2ff..da81677f9a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -848,3 +848,8 @@ url = ../bloom.git fetchRecurseSubmodules = on-demand branch = . +[submodule "openmethod"] + path = libs/openmethod + url = ../openmethod.git + fetchRecurseSubmodules = on-demand + branch = . diff --git a/libs/openmethod b/libs/openmethod new file mode 160000 index 0000000000..666e0c3da1 --- /dev/null +++ b/libs/openmethod @@ -0,0 +1 @@ +Subproject commit 666e0c3da12ce98cb1eddd27238167a10fcbc3c5