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

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 "Начало проекта"
----