cmake: Fix pkg-config file

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
(cherry picked from commit 8ef35a005c)
This commit is contained in:
Andreas Schneider
2018-08-13 12:11:03 +02:00
parent acf0f0fa6e
commit 434e2b7212

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}