Skip to content

Commit

Permalink
feat(Deps/Fmt): update to 11.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Winfidonarleyan committed Jul 8, 2024
1 parent eb57aba commit 216eb56
Show file tree
Hide file tree
Showing 97 changed files with 18,751 additions and 11,558 deletions.
18 changes: 4 additions & 14 deletions deps/fmt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,9 @@ 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
os.h
ostream.h
printf.h
ranges.h
std.h
xchar.h)
args.h base.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
Expand Down Expand Up @@ -76,4 +66,4 @@ target_link_libraries(fmt
set_target_properties(fmt
PROPERTIES
FOLDER
"deps")
"deps")
Loading

0 comments on commit 216eb56

Please sign in to comment.