diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-05 21:57:38 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-05 21:58:13 +0900 |
commit | 1f396c24f0478fdffddfe1934797fba028a1aad3 (patch) | |
tree | 9fb6da087b2fb72a7e064a42e422ce20406d04ef | |
parent | 37aaa67152936f4fefff22d559c03e943a86ae69 (diff) | |
download | tdepacman-1f396c24f0478fdffddfe1934797fba028a1aad3.tar.gz tdepacman-1f396c24f0478fdffddfe1934797fba028a1aad3.zip |
Added cmake submodule.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 5e0d6a3add19083a52edcb534b6a9d6001289b70)
-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 63b5532a298ccf95e310ae853ff53ade506daf7 |