12 lines
350 B
PkgConfig
12 lines
350 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
libdir=@LIBDIR_FOR_PC_FILE@
|
|
includedir=@INCLUDEDIR_FOR_PC_FILE@
|
|
|
|
Name: AWS-LC-lib@SSL_LIB_NAME@
|
|
Description: AWS-LC TLS Library (@SOFTWARE_VERSION@)
|
|
URL: https://github.com/aws/aws-lc
|
|
Version: @REPORTED_PKGCONFIG_VERSION@
|
|
Requires.private: lib@CRYPTO_LIB_NAME@
|
|
Libs: -L${libdir} -l@SSL_LIB_NAME@
|
|
Cflags: -I${includedir}
|