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 /.gitmodules | |
| parent | 442439461ff8766b582f1d9acaeda74a13da5924 (diff) | |
Debug submodules configuration
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 6 |
1 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 |
