mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-07-31 00:03:07 +03:00
cmake: Fix pkg-config file
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
Name: ${APPLICATION_NAME}
|
Name: ${PROJECT_NAME}
|
||||||
Description: The SSH Library
|
Description: The SSH Library
|
||||||
Version: ${APPLICATION_VERSION}
|
Version: ${PROJECT_VERSION}
|
||||||
Libs: -L${LIB_INSTALL_DIR} -lssh
|
Libs: -L${LIB_INSTALL_DIR} -lssh
|
||||||
Cflags: -I${INCLUDE_INSTALL_DIR}
|
Cflags: -I${INCLUDE_INSTALL_DIR}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user