diff options
author | Slávek Banko <[email protected]> | 2020-06-28 18:21:14 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-06-28 18:21:14 +0200 |
commit | f9aa40119a2402eb636b5491c03f10be75a2a6a0 (patch) | |
tree | a52f85d730779711113a2a5d70dd050eb610343f /.gitmodules | |
parent | 440bda1096cdb137746ce5474434a22650cb0e76 (diff) | |
download | codeine-f9aa40119a2402eb636b5491c03f10be75a2a6a0.tar.gz codeine-f9aa40119a2402eb636b5491c03f10be75a2a6a0.zip |
Add common cmake submodule.
Signed-off-by: Slávek Banko <[email protected]>
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 |