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 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') 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 -- cgit v1.2.3