diff options
author | Slávek Banko <[email protected]> | 2020-05-17 15:59:08 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-05-17 16:57:22 +0200 |
commit | 47840561018f1d118bf75e073f65576e6d872e39 (patch) | |
tree | f03e92b78d4c90d5e83c0455821e2ed8389f25d4 /.gitmodules | |
parent | 95b018a8a690ba645a58e82586ec0d963a3f6cfb (diff) | |
download | tqca-tls-47840561018f1d118bf75e073f65576e6d872e39.tar.gz tqca-tls-47840561018f1d118bf75e073f65576e6d872e39.zip |
Add common cmake submodule.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit caf020344d67273efeb3b4b6312fc496d36c2653)
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..69dd7b2 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "cmake"] + path = cmake + url = https://[email protected]/scm/git/tde-common-cmake |