From f887436cebefd30f2bfadcfb7210703baa8ca93c Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Tue, 24 Sep 2019 12:54:44 +0300 Subject: add fmt submodule Add fmt library as a submodule to make string formatting not a pain. Signed-off-by: Tomi Valkeinen --- .gitmodules | 3 +++ ext/fmt | 1 + 2 files changed, 4 insertions(+) create mode 160000 ext/fmt diff --git a/.gitmodules b/.gitmodules index c6d1083..6ac367e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "ext/pybind11"] path = ext/pybind11 url = https://github.com/pybind/pybind11.git +[submodule "ext/fmt"] + path = ext/fmt + url = https://github.com/fmtlib/fmt.git diff --git a/ext/fmt b/ext/fmt new file mode 160000 index 0000000..7512a55 --- /dev/null +++ b/ext/fmt @@ -0,0 +1 @@ +Subproject commit 7512a55aa3ae309587ca89668ef9ec4074a51a1f -- cgit v1.2.3