mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 18:29:01 +08:00
896800c86f
* [libssh] Update to 0.10.5 * Fix pc file for mingw on linux * Fix exported config * Update ci baseline * Update usage * Revert "Update ci baseline" --------- Co-authored-by: Cheney-Wang <850426846@qq.com>
5 lines
121 B
Plaintext
5 lines
121 B
Plaintext
libssh provides CMake targets:
|
|
|
|
find_package(libssh CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE ssh)
|