aboutsummaryrefslogtreecommitdiff
path: root/libssh.pc.cmake
diff options
context:
space:
mode:
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 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}
+