From 359ab7236629dee194bfef5150ff9fe73aca5785 Mon Sep 17 00:00:00 2001 From: Scan Date: Wed, 9 Oct 2024 23:50:39 -0400 Subject: [PATCH] Fix dependencies handled through submodules --- .gitmodules | 2 +- lib/cmake-various | 1 + lib/exec_u001 | 1 + lib/make-various | 1 + lib/yyjson | 1 + 5 files changed, 5 insertions(+), 1 deletion(-) create mode 160000 lib/cmake-various create mode 160000 lib/exec_u001 create mode 160000 lib/make-various create mode 160000 lib/yyjson diff --git a/.gitmodules b/.gitmodules index 253f986..bc3f7d1 100755 --- a/.gitmodules +++ b/.gitmodules @@ -8,7 +8,7 @@ branch = master [submodule "lib/exec_u001"] path = lib/exec_u001 - url = https://codeberg.org/lilium/exec_u001.git + url = https://codeberg.org/lilium/exec_u001 branch = master [submodule "lib/yyjson"] path = lib/yyjson diff --git a/lib/cmake-various b/lib/cmake-various new file mode 160000 index 0000000..e5f1380 --- /dev/null +++ b/lib/cmake-various @@ -0,0 +1 @@ +Subproject commit e5f138004e3cbcc2059e183584065c83b1d43fc4 diff --git a/lib/exec_u001 b/lib/exec_u001 new file mode 160000 index 0000000..cdbc1f2 --- /dev/null +++ b/lib/exec_u001 @@ -0,0 +1 @@ +Subproject commit cdbc1f2caa2a396f1183485b60abd4d291820013 diff --git a/lib/make-various b/lib/make-various new file mode 160000 index 0000000..7f09208 --- /dev/null +++ b/lib/make-various @@ -0,0 +1 @@ +Subproject commit 7f09208428985f5bfab82d3a690b8438aac8d9c0 diff --git a/lib/yyjson b/lib/yyjson new file mode 160000 index 0000000..c3af82b --- /dev/null +++ b/lib/yyjson @@ -0,0 +1 @@ +Subproject commit c3af82ba8d72125469d956fe8c9f0de5b3b8f5e7