diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2023-01-19 16:50:29 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2023-01-19 16:50:29 +0100 |
| commit | a2e3522116563c3d35e07cf00cdc6db4be0e44fa (patch) | |
| tree | f2652ac21dc27efcbbe9b1e76638a14407d63017 | |
| parent | 442439461ff8766b582f1d9acaeda74a13da5924 (diff) | |
Debug submodules configuration
| -rw-r--r-- | .gitmodules | 6 | ||||
| m--------- | libs/cgeditor | 0 | ||||
| m--------- | libs/chess-move-interface | 0 |
3 files changed, 6 insertions, 0 deletions
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 +Subproject 83c92b1f48520ed71a9f056badc86c97aafa4e4 diff --git a/libs/chess-move-interface b/libs/chess-move-interface new file mode 160000 +Subproject 7125292878ffc3568018e1e509c9210a074c67a |
