mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 00:37:57 +08:00
5 lines
148 B
Plaintext
5 lines
148 B
Plaintext
The package ryu provides CMake targets:
|
|
|
|
find_package(ryu CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE RYU::ryu RYU::ryu_printf)
|