mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:19:00 +08:00
6a4359c5c1
Co-authored-by: MonicaLiu <110024546+MonicaLiu0311@users.noreply.github.com>
5 lines
128 B
Plaintext
5 lines
128 B
Plaintext
libssh2 provides CMake targets:
|
|
|
|
find_package(libssh2 CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE libssh2::libssh2)
|