Merge pull request #2732 from yuriks/add-fmt

Add the fmt string formatting library
This commit is contained in:
Yuri Kunde Schlesner
2017-05-27 15:03:53 -07:00
committed by GitHub
5 changed files with 7 additions and 1 deletions

3
.gitmodules vendored
View File

@ -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

View File

@ -258,6 +258,7 @@ add_subdirectory(${INI_PREFIX})
add_subdirectory(externals)
option(DYNARMIC_TESTS OFF)
set(DYNARMIC_NO_BUNDLED_FMT ON)
add_subdirectory(externals/dynarmic)
add_subdirectory(externals/glad)

View File

@ -9,3 +9,4 @@ endif()
add_subdirectory(cryptopp)
add_subdirectory(fmt)

1
externals/fmt vendored Submodule

Submodule externals/fmt added at ac5484c4e7