diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-12-08 19:33:40 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-12-08 19:33:40 +0300 |
commit | e1b48e76d57da1fa62701cc02bd48b1b6e5668c3 (patch) | |
tree | 24e71d006c43b66f7fc4e1a8e8d9e82f64d7cb68 /.gitmodules | |
parent | add root .gitattributes (diff) | |
download | aes-tools-e1b48e76d57da1fa62701cc02bd48b1b6e5668c3.tar.gz aes-tools-e1b48e76d57da1fa62701cc02bd48b1b6e5668c3.zip |
add cmake-common as a submodule
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..d65ecb9 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "cmake"] + path = cmake + url = https://github.com/egor-tensin/cmake-common.git |