mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 18:29:01 +08:00
6 lines
237 B
Plaintext
6 lines
237 B
Plaintext
The package libssh is compatible with built-in CMake targets:
|
|
|
|
find_package(libssh CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE ${LIBSSH_LIBRARIES})
|
|
target_include_directories(main PRIVATE ${LIBSSH_INCLUDE_DIRS})
|