diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-06-28 18:21:14 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-06-28 18:21:14 +0200 |
commit | f9aa40119a2402eb636b5491c03f10be75a2a6a0 (patch) | |
tree | a52f85d730779711113a2a5d70dd050eb610343f | |
parent | 440bda1096cdb137746ce5474434a22650cb0e76 (diff) | |
download | codeine-f9aa40119a2402eb636b5491c03f10be75a2a6a0.tar.gz codeine-f9aa40119a2402eb636b5491c03f10be75a2a6a0.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 3bbc0e4d62a37030bf87675a33002ecf91b2710 |