Skip to content
Snippets Groups Projects
Commit a0622068 authored by Yuri Kunde Schlesner's avatar Yuri Kunde Schlesner
Browse files

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.
parent 4e884588
No related branches found
No related tags found
No related merge requests found
...@@ -22,3 +22,6 @@ ...@@ -22,3 +22,6 @@
[submodule "cryptopp"] [submodule "cryptopp"]
path = externals/cryptopp/cryptopp path = externals/cryptopp/cryptopp
url = https://github.com/weidai11/cryptopp.git url = https://github.com/weidai11/cryptopp.git
[submodule "fmt"]
path = externals/fmt
url = https://github.com/fmtlib/fmt.git
...@@ -258,6 +258,7 @@ add_subdirectory(${INI_PREFIX}) ...@@ -258,6 +258,7 @@ add_subdirectory(${INI_PREFIX})
add_subdirectory(externals) add_subdirectory(externals)
option(DYNARMIC_TESTS OFF) option(DYNARMIC_TESTS OFF)
set(DYNARMIC_NO_BUNDLED_FMT ON)
add_subdirectory(externals/dynarmic) add_subdirectory(externals/dynarmic)
add_subdirectory(externals/glad) add_subdirectory(externals/glad)
......
...@@ -9,3 +9,4 @@ endif() ...@@ -9,3 +9,4 @@ endif()
add_subdirectory(cryptopp) add_subdirectory(cryptopp)
add_subdirectory(fmt)
Subproject commit ac5484c4e7365b59d8c7e14db6778de26635e428
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment