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

cmake: Added pkg-config support for libssh_treads.

This commit is contained in:
Andreas Schneider
2011-06-14 13:47:04 +02:00
parent 2653b31af0
commit 583a7f933a
2 changed files with 8 additions and 0 deletions

6
libssh_threads.pc.cmake Normal file
View File

@ -0,0 +1,6 @@
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}