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 15:59:08 +0200 |
commit | caf020344d67273efeb3b4b6312fc496d36c2653 (patch) | |
tree | f23420bfcc5c54311479063839776c6e1519ff76 | |
parent | 1ff0eb82567859b91088351b03e6a986307c3383 (diff) | |
download | tqca-tls-caf020344d67273efeb3b4b6312fc496d36c2653.tar.gz tqca-tls-caf020344d67273efeb3b4b6312fc496d36c2653.zip |
Add common cmake submodule.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-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 f6f7bfc0071bb86244d31258893cd5c3a676546 |