From 3141f3fa049bfbdd9b287c771fc7d25c283862e8 Mon Sep 17 00:00:00 2001 From: georgemoralis Date: Tue, 11 Apr 2023 11:50:07 +0300 Subject: [PATCH] added fmt as third_party --- .gitmodules | 3 +++ third_party/fmt | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 third_party/fmt diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..8e84f05e --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "third_party/fmt"] + path = third_party/fmt + url = https://github.com/fmtlib/fmt.git diff --git a/third_party/fmt b/third_party/fmt new file mode 160000 index 00000000..c98e5a08 --- /dev/null +++ b/third_party/fmt @@ -0,0 +1 @@ +Subproject commit c98e5a08a42f6d5fb93fade59154c1007e79722e