diff options
author | Andreas Schneider <asn@cryptomilk.org> | 2011-06-14 13:47:04 +0200 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2011-06-14 13:47:51 +0200 |
commit | ea84f50603521cb0fcb04033d3d1557604d16a92 (patch) | |
tree | d3fb02d76371bad213319b4e0c2866177e105dda /libssh_threads.pc.cmake | |
parent | ccc94e7ab62d1a9fb1468a3fa276b12cd9a973ca (diff) | |
download | libssh-ea84f50603521cb0fcb04033d3d1557604d16a92.tar.gz libssh-ea84f50603521cb0fcb04033d3d1557604d16a92.tar.xz libssh-ea84f50603521cb0fcb04033d3d1557604d16a92.zip |
cmake: Added pkg-config support for libssh_treads.
(cherry picked from commit 583a7f933ab6491742035e217d4bff0b38a33b08)
Diffstat (limited to 'libssh_threads.pc.cmake')
-rw-r--r-- | libssh_threads.pc.cmake | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libssh_threads.pc.cmake b/libssh_threads.pc.cmake new file mode 100644 index 00000000..2bbb7f99 --- /dev/null +++ b/libssh_threads.pc.cmake @@ -0,0 +1,5 @@ +Name: ${APPLICATION_NAME}_threads +Description: The SSH Library Thread Extension +Version: ${APPLICATION_VERSION} +Libs: -L${LIB_INSTALL_DIR} -lssh -lssh_threads +Cflags: -I${INCLUDE_INSTALL_DIR} |