This commit is contained in:
Andrei Astafev 2020-04-10 10:59:43 +03:00
parent f0cba8e7f6
commit 2abd41f429
3 changed files with 7 additions and 7 deletions

@ -1 +1 @@
Subproject commit 666716e1f678f0d7f2ed020ad239fabb3a3c6a49
Subproject commit 8cea2c6492f98e11341c48556978da7f6756f8a0

@ -1 +1 @@
Subproject commit 228f4e026bcf020b4efcbc1684e2c67ff38ee4e5
Subproject commit ce6b18660a933855dbe996fc5b5d3d0ac1c25223

View File

@ -124,11 +124,11 @@ git init
[source,sh]
----
git submodule add git@git.246060.ru:f1x1t/cmlib.git cmake/cmlib
git submodule add git@git.246060.ru:f1x1t/cmake-find.git cmake/find
git submodule add git@git.246060.ru:f1x1t/cmake-generators.git cmake/generators
git submodule add git@git.246060.ru:f1x1t/cmake-doc.git cmake/doc
git submodule add git@git.246060.ru:f1x1t/uncrustify-config.git cmake/etc/uncrustify
git submodule add https://git.246060.ru:f1x1t/cmlib.git cmake/cmlib
git submodule add https://git.246060.ru:f1x1t/cmake-find.git cmake/find
git submodule add https://git.246060.ru:f1x1t/cmake-generators.git cmake/generators
git submodule add https://git.246060.ru:f1x1t/cmake-doc.git cmake/doc
git submodule add https://git.246060.ru:f1x1t/uncrustify-config.git cmake/etc/uncrustify
git commit -a -m "Начало проекта"
----