diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-05-17 15:59:08 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-05-17 16:57:22 +0200 |
commit | 47840561018f1d118bf75e073f65576e6d872e39 (patch) | |
tree | f03e92b78d4c90d5e83c0455821e2ed8389f25d4 | |
parent | 95b018a8a690ba645a58e82586ec0d963a3f6cfb (diff) | |
download | tqca-tls-47840561018f1d118bf75e073f65576e6d872e39.tar.gz tqca-tls-47840561018f1d118bf75e073f65576e6d872e39.zip |
Add common cmake submodule.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit caf020344d67273efeb3b4b6312fc496d36c2653)
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | cmake | 0 |
2 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://system@scm.trinitydesktop.org/scm/git/tde-common-cmake diff --git a/cmake b/cmake new file mode 160000 +Subproject 635129843469b1539c9a07271217349d6516f83 |