diff options
author | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2017-05-27 14:22:35 -0700 |
---|---|---|
committer | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2017-05-27 14:26:02 -0700 |
commit | a06220682cd4fb56f4db1eec7cdf647d3e21d88a (patch) | |
tree | 4727b5fcbb7e68a95e99f664a350e27785d46905 /externals/CMakeLists.txt | |
parent | 4e884588142fa7f2c98eb6a3bd1984d696273f2e (diff) |
Add the fmt string formatting library
More info at http://fmtlib.net/
This commit was based on @jroweboy's work on his spdlog branch, but with
modifications.
Diffstat (limited to 'externals/CMakeLists.txt')
-rw-r--r-- | externals/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/externals/CMakeLists.txt b/externals/CMakeLists.txt index 309e98464..57fc5d566 100644 --- a/externals/CMakeLists.txt +++ b/externals/CMakeLists.txt @@ -9,3 +9,4 @@ endif() add_subdirectory(cryptopp) +add_subdirectory(fmt) |