mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-07 21:01:37 +00:00
feat(Deps/Fmt): update fmt lib to 10.1.1 (#17643)
This commit is contained in:
31
deps/fmt/CMakeLists.txt
vendored
31
deps/fmt/CMakeLists.txt
vendored
@@ -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")
|
||||
Reference in New Issue
Block a user