{fmt} is an open-source formatting library providing a fast and safe alternative to C stdio and C++ iostreams.
Run the following Vcpkg command to install the port.
vcpkg install fmt
The package fmt provides CMake targets:
find_package(fmt CONFIG REQUIRED) target_link_libraries(main PRIVATE fmt::fmt) # Or use the header-only version find_package(fmt CONFIG REQUIRED) target_link_libraries(main PRIVATE fmt::fmt-header-only)
v11.0.2#1
Sep 24, 2024
All
fmtlib/fmt21K
github.com/fmtlib/fmt
d9af3f5586
MIT
Manifest