From a2e3522116563c3d35e07cf00cdc6db4be0e44fa Mon Sep 17 00:00:00 2001 From: Loic Guegan <manzerbredes@mailbox.org> Date: Thu, 19 Jan 2023 16:50:29 +0100 Subject: [PATCH] Debug submodules configuration --- .gitmodules | 6 ++++++ libs/cgeditor | 1 + libs/chess-move-interface | 1 + 3 files changed, 8 insertions(+) create mode 160000 libs/cgeditor create mode 160000 libs/chess-move-interface diff --git a/.gitmodules b/.gitmodules index e7d623b..ca1c7d7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -8,3 +8,9 @@ path = libs/uciadapter url = https://gitlab.com/manzerbredes/uciadapter.git +[submodule "libs/chess-move-interface"] + path = libs/chess-move-interface + url = https://gitlab.com/manzerbredes/chess-move-interface.git +[submodule "libs/cgeditor"] + path = libs/cgeditor + url = https://gitlab.com/manzerbredes/cgeditor.git diff --git a/libs/cgeditor b/libs/cgeditor new file mode 160000 index 0000000..83c92b1 --- /dev/null +++ b/libs/cgeditor @@ -0,0 +1 @@ +Subproject commit 83c92b1f48520ed71a9f056badc86c97aafa4e45 diff --git a/libs/chess-move-interface b/libs/chess-move-interface new file mode 160000 index 0000000..7125292 --- /dev/null +++ b/libs/chess-move-interface @@ -0,0 +1 @@ +Subproject commit 7125292878ffc3568018e1e509c9210a074c67a6