mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 04:59:00 +08:00
5 lines
164 B
Plaintext
5 lines
164 B
Plaintext
The package uriparser provides CMake targets:
|
|
|
|
find_package(uriparser CONFIG REQUIRED char wchar_t)
|
|
target_link_libraries(main PUBLIC uriparser::uriparser)
|