diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..9eb4e9e --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "3rd_party/scripts"] + path = 3rd_party/scripts + url = https://gitlab.com/src_prepare/scripts diff --git a/3rd_party/scripts b/3rd_party/scripts new file mode 160000 index 0000000..ffa106f --- /dev/null +++ b/3rd_party/scripts @@ -0,0 +1 @@ +Subproject commit ffa106fad9b08f73fc3023fe6c2b02cdf37a89c7 diff --git a/scripts b/scripts new file mode 120000 index 0000000..a848809 --- /dev/null +++ b/scripts @@ -0,0 +1 @@ +3rd_party/scripts/src \ No newline at end of file