22 lines
887 B
PkgConfig
22 lines
887 B
PkgConfig
###########################################################################
|
|
# libssh2 installation details
|
|
#
|
|
# Copyright (C) The libssh2 project and its contributors.
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
###########################################################################
|
|
|
|
prefix=E:\Workspace\easysql\src-tauri\target\debug\build\libssh2-sys-6c963a418258b64f\out
|
|
exec_prefix=
|
|
libdir=E:\Workspace\easysql\src-tauri\target\debug\build\libssh2-sys-6c963a418258b64f\out\lib
|
|
includedir=E:\Workspace\easysql\src-tauri\target\debug\build\libssh2-sys-6c963a418258b64f\out\include
|
|
|
|
Name: libssh2
|
|
URL: https://libssh2.org/
|
|
Description: Library for SSH-based communication
|
|
Version: @LIBSSH2_VERSION@
|
|
Requires: @LIBSSH2_PC_REQUIRES@
|
|
Requires.private: @LIBSSH2_PC_REQUIRES_PRIVATE@
|
|
Libs: -L${libdir} -lssh2 @LIBSSH2_PC_LIBS@
|
|
Libs.private: @LIBSSH2_PC_LIBS_PRIVATE@
|
|
Cflags: -I${includedir}
|