mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 16:18:28 -05:00
14 lines
363 B
PkgConfig
14 lines
363 B
PkgConfig
|
prefix=@CMAKE_INSTALL_PREFIX@
|
||
|
install_libdir=@CMAKE_INSTALL_LIBDIR@
|
||
|
exec_prefix=${prefix}
|
||
|
libdir=${exec_prefix}/${install_libdir}
|
||
|
includedir=${prefix}/include
|
||
|
pkgincludedir=${includedir}/hiredict
|
||
|
|
||
|
Name: hiredict_ssl
|
||
|
Description: SSL Support for hiredict.
|
||
|
Version: @PROJECT_VERSION@
|
||
|
Requires: hiredict
|
||
|
Libs: -L${libdir} -lhiredict_ssl
|
||
|
Libs.private: -lssl -lcrypto
|