diff options
author | Slávek Banko <[email protected]> | 2020-01-09 16:51:57 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-01-09 16:53:20 +0100 |
commit | 9bb21fb51689babc69901e6ea82ddc387848553a (patch) | |
tree | 16435529c365357fd8f2a9fdd174a28c7115f1a6 /.gitmodules | |
parent | 1685c8ef3db92abf0ae94d8116dc9fac25145e39 (diff) | |
download | tqca-9bb21fb51689babc69901e6ea82ddc387848553a.tar.gz tqca-9bb21fb51689babc69901e6ea82ddc387848553a.zip |
Add common cmake submodule.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit c06a27801f19a5d03f3fc21b5a792467fce3d029)
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 |