aboutsummaryrefslogtreecommitdiff
path: root/libssh.pc.cmake
diff options
context:
space:
mode:
authorVic Lee <llyzs@163.com>2009-12-30 13:34:17 +0800
committerAndreas Schneider <mail@cynapses.org>2009-12-30 19:05:48 +0100
commit13d534e89a44239f743eeaa63dbec47a13798bb7 (patch)
tree210112aac9edc525b2fdda512ccf9464b17419f7 /libssh.pc.cmake
parent1944dc8b5ff51daae505b5ee32c3b82c2ac4bf86 (diff)
downloadlibssh-13d534e89a44239f743eeaa63dbec47a13798bb7.tar.gz
libssh-13d534e89a44239f743eeaa63dbec47a13798bb7.tar.xz
libssh-13d534e89a44239f743eeaa63dbec47a13798bb7.zip
Add pkg-config file libssh.pc
Signed-off-by: Vic Lee <llyzs@163.com> Signed-off-by: Andreas Schneider <mail@cynapses.org>
Diffstat (limited to 'libssh.pc.cmake')
-rw-r--r--libssh.pc.cmake6
1 files changed, 6 insertions, 0 deletions
diff --git a/libssh.pc.cmake b/libssh.pc.cmake
new file mode 100644
index 0000000..3b1cb8d
--- /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}
+