aboutsummaryrefslogtreecommitdiff
path: root/libssh.pc.cmake
AgeCommit message (Collapse)AuthorFilesLines
2022-09-22cmake: Fix pkgconfig path relocation in mingwBiswapriyo Nath1-5/+9
This fixes patch relocation of the output of pkgconfig by adding missing keywords like prefix, exec_prefix, libdir and includedir. The pkgconfig output changes are like following: * Before: $ pkg-config -libs libssh -lssh * After: $ pkg-config -libs libssh -LF:/msys64/ucrt64/lib -lssh See https://people.freedesktop.org/~dbn/pkg-config-guide.html for further documentation. Signed-off-by: Biswapriyo Nath <nathbappai@gmail.com> Reviewed-by: Jakub Jelen <jjelen@redhat.com>
2019-07-04cmake: Use GNUInstallDirs for installationAndreas Schneider1-2/+2
Signed-off-by: Andreas Schneider <asn@cryptomilk.org> Reviewed-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com>
2018-08-13cmake: Fix pkg-config fileAndreas Schneider1-2/+2
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2009-12-30Add pkg-config file libssh.pcVic Lee1-0/+6
Signed-off-by: Vic Lee <llyzs@163.com> Signed-off-by: Andreas Schneider <mail@cynapses.org>