aboutsummaryrefslogtreecommitdiff
path: root/ports/libssh/usage
diff options
context:
space:
mode:
authorJackBoosY <47264268+JackBoosY@users.noreply.github.com>2019-03-14 21:30:02 +0800
committerPhil Christensen <philc@microsoft.com>2019-03-14 06:30:02 -0700
commit45aa34edb43396541657751e12f1a1cb67689d69 (patch)
tree2d82e70767d3d7e0864b608bd011bdac8de6663a /ports/libssh/usage
parent62462f7162c93d43e3708faf3eb8b28c76efb3c0 (diff)
downloadvcpkg-45aa34edb43396541657751e12f1a1cb67689d69.tar.gz
vcpkg-45aa34edb43396541657751e12f1a1cb67689d69.zip
[libssh]fix config.cmake error, add usage. (#5666)
Diffstat (limited to 'ports/libssh/usage')
-rw-r--r--ports/libssh/usage5
1 files changed, 5 insertions, 0 deletions
diff --git a/ports/libssh/usage b/ports/libssh/usage
new file mode 100644
index 000000000..3681ac112
--- /dev/null
+++ b/ports/libssh/usage
@@ -0,0 +1,5 @@
+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})