aboutsummaryrefslogtreecommitdiff
path: root/ports/libssh/usage
diff options
context:
space:
mode:
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})