mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:19:00 +08:00
5 lines
196 B
Plaintext
5 lines
196 B
Plaintext
nghttp3 provides CMake targets:
|
|
|
|
find_package(nghttp3 CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE $<IF:$<TARGET_EXISTS:nghttp3::nghttp3>,nghttp3::nghttp3,nghttp3::nghttp3_static>)
|