mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 14:05:45 +00:00
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.
This commit is contained in:
parent
00a9188dd5
commit
c3114ab539
4 changed files with 6 additions and 0 deletions
1
externals/CMakeLists.txt
vendored
1
externals/CMakeLists.txt
vendored
|
@ -9,3 +9,4 @@ endif()
|
|||
|
||||
add_subdirectory(cryptopp)
|
||||
|
||||
add_subdirectory(fmt)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue