mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-07-28 01:41:48 +03:00
Add pkg-config file libssh.pc
Signed-off-by: Vic Lee <llyzs@163.com> Signed-off-by: Andreas Schneider <mail@cynapses.org>
This commit is contained in:
committed by
Andreas Schneider
parent
1944dc8b5f
commit
13d534e89a
6
libssh.pc.cmake
Normal file
6
libssh.pc.cmake
Normal file
@ -0,0 +1,6 @@
|
||||
Name: ${APPLICATION_NAME}
|
||||
Description: The SSH Library
|
||||
Version: ${APPLICATION_VERSION}
|
||||
Libs: -L${LIB_INSTALL_DIR} -lssh
|
||||
Cflags: -I${INCLUDE_INSTALL_DIR}
|
||||
|
Reference in New Issue
Block a user