From caf020344d67273efeb3b4b6312fc496d36c2653 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 17 May 2020 15:59:08 +0200 Subject: Add common cmake submodule. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- .gitmodules | 3 +++ cmake | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 cmake 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 index 0000000..f6f7bfc --- /dev/null +++ b/cmake @@ -0,0 +1 @@ +Subproject commit f6f7bfc0071bb86244d31258893cd5c3a676546b -- cgit v1.2.1