From 13d534e89a44239f743eeaa63dbec47a13798bb7 Mon Sep 17 00:00:00 2001 From: Vic Lee Date: Wed, 30 Dec 2009 13:34:17 +0800 Subject: Add pkg-config file libssh.pc Signed-off-by: Vic Lee Signed-off-by: Andreas Schneider --- libssh.pc.cmake | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 libssh.pc.cmake (limited to 'libssh.pc.cmake') diff --git a/libssh.pc.cmake b/libssh.pc.cmake new file mode 100644 index 00000000..3b1cb8dc --- /dev/null +++ b/libssh.pc.cmake @@ -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} + -- cgit v1.2.3