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