From 1548c8254237970ce0806f3b208016d05c36d0a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20H=C3=BCttel?= Date: Sat, 16 Apr 2022 16:13:22 +0200 Subject: [PATCH] Add libfort for pretty console tables --- .gitmodules | 4 ++++ 3rdparty/libfort | 1 + 2 files changed, 5 insertions(+) create mode 160000 3rdparty/libfort diff --git a/.gitmodules b/.gitmodules index a269ff6..f455687 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,3 +2,7 @@ path = c-style-checker url = https://git.shimatta.de/mhu/c-style-checker branch = master +[submodule "3rdparty/libfort"] + path = 3rdparty/libfort + url = https://git.shimatta.de/3rd-party/libfort + branch = develop diff --git a/3rdparty/libfort b/3rdparty/libfort new file mode 160000 index 0000000..4123716 --- /dev/null +++ b/3rdparty/libfort @@ -0,0 +1 @@ +Subproject commit 41237162a9bd34a30a88069ee4e230584ae8d674