diff options
| author | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2017-05-27 15:03:53 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-27 15:03:53 -0700 |
| commit | ec8dfc8fb7218e5c552c42d30a68e13e350c3d0e (patch) | |
| tree | 4727b5fcbb7e68a95e99f664a350e27785d46905 /.gitmodules | |
| parent | 96528b3aab159f646042dd7a287483cf50e3c0b1 (diff) | |
| parent | a06220682cd4fb56f4db1eec7cdf647d3e21d88a (diff) | |
Merge pull request #2732 from yuriks/add-fmt
Add the fmt string formatting library
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index f98725622..36caa59f8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,3 +22,6 @@ [submodule "cryptopp"] path = externals/cryptopp/cryptopp url = https://github.com/weidai11/cryptopp.git +[submodule "fmt"] + path = externals/fmt + url = https://github.com/fmtlib/fmt.git |
