diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2019-09-24 12:54:44 +0300 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2019-09-25 14:48:53 +0300 |
commit | f887436cebefd30f2bfadcfb7210703baa8ca93c (patch) | |
tree | 5ceb22c9113f549bb7582e687821f7ffb8ccb478 | |
parent | dcb5a8c6c233824b59ce200f656b32e3fcac609d (diff) |
add fmt submodule
Add fmt library as a submodule to make string formatting not a pain.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | ext/fmt | 0 |
2 files changed, 3 insertions, 0 deletions
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 +Subproject 7512a55aa3ae309587ca89668ef9ec4074a51a1 |