feat(Deps/Fmt): update fmt lib to 10.1.1 (#17643)

This commit is contained in:
Winfidonarleyan
2023-11-05 13:15:45 +07:00
committed by GitHub
parent fb83c22dd2
commit c5564e1363
25 changed files with 7426 additions and 5732 deletions

View File

@@ -34,22 +34,23 @@ endfunction()
# Define the fmt library, its includes and the needed defines.
add_headers(FMT_HEADERS
args.h
chrono.h
color.h
compile.h
core.h
format.h
format-inl.h
locale.h os.h
ostream.h
printf.h
ranges.h
xchar.h)
args.h
chrono.h
color.h
compile.h
core.h
format.h
format-inl.h
os.h
ostream.h
printf.h
ranges.h
std.h
xchar.h)
set(FMT_SOURCES
src/format.cc
src/os.cc)
src/format.cc
src/os.cc)
add_library(fmt STATIC ${FMT_SOURCES} ${FMT_HEADERS})
@@ -75,4 +76,4 @@ target_link_libraries(fmt
set_target_properties(fmt
PROPERTIES
FOLDER
"deps")
"deps")