diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-12-08 19:10:18 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-12-08 19:10:18 +0300 |
commit | 0a2b964e67fae0b6a1c8217dabbf844f0c424b3b (patch) | |
tree | 771c22b4cb6b67a893d3d549db946df5af3b18e9 /.gitmodules | |
parent | AppVeyor: build w/ VS 2017 as well (diff) | |
download | privilege-check-0a2b964e67fae0b6a1c8217dabbf844f0c424b3b.tar.gz privilege-check-0a2b964e67fae0b6a1c8217dabbf844f0c424b3b.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 |