diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-12-08 19:18:49 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-12-08 19:18:49 +0300 |
commit | 059d62a5ed60da56310912b2faa7a685b6ae4d18 (patch) | |
tree | 1a57b7a8d2777c8b4f69d9846113ed0de5ac3296 /.gitmodules | |
parent | AppVeyor: build w/ VS 2015 as well (diff) | |
download | winapi-debug-059d62a5ed60da56310912b2faa7a685b6ae4d18.tar.gz winapi-debug-059d62a5ed60da56310912b2faa7a685b6ae4d18.zip |
add cmake-common as a submodule
Diffstat (limited to '')
-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 |