early-access version 2853
This commit is contained in:
8
externals/vcpkg/ports/fmt/usage
vendored
Executable file
8
externals/vcpkg/ports/fmt/usage
vendored
Executable file
@@ -0,0 +1,8 @@
|
||||
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)
|
||||
Reference in New Issue
Block a user