1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-07-29 13:01:13 +03:00

cmake: Fix pkg-config file

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Andreas Schneider
2018-08-13 12:11:03 +02:00
parent 8425dce7b2
commit 8ef35a005c

View File

@ -1,6 +1,6 @@
Name: ${APPLICATION_NAME}
Name: ${PROJECT_NAME}
Description: The SSH Library
Version: ${APPLICATION_VERSION}
Version: ${PROJECT_VERSION}
Libs: -L${LIB_INSTALL_DIR} -lssh
Cflags: -I${INCLUDE_INSTALL_DIR}