diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-12-08 19:50:15 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-12-08 19:50:15 +0300 |
commit | 661de980300514c13909910b8fad07ea74bbef70 (patch) | |
tree | fbfc3d8f02fce5f40c2a7ae2a1d90c11676baf6e /.gitmodules | |
parent | add .gitattributes (diff) | |
download | windows7-drivers-661de980300514c13909910b8fad07ea74bbef70.tar.gz windows7-drivers-661de980300514c13909910b8fad07ea74bbef70.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..2ede939 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "um/cmake"] + path = um/cmake + url = https://github.com/egor-tensin/cmake-common.git |