a4d17b34f3
Add three package config files for mbedtls, mbedcrypto and mbedx509. Also update various project variables so the generated PC files have the required data needed without hardcoding it everywhere. This will help distros package the project following existing conventsions between a normal and -devel package that includes the headers and .pc files for pkg-config aware consumers. Fixes: #228 Signed-off-by: Bill Roberts <bill.roberts@arm.com>
10 lines
281 B
PkgConfig
10 lines
281 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
includedir=@PKGCONFIG_INCLUDEDIR@
|
|
libdir=@PKGCONFIG_LIBDIR@
|
|
|
|
Name: @PROJECT_NAME@
|
|
Description: @PKGCONFIG_PROJECT_DESCRIPTION@
|
|
URL: @PKGCONFIG_PROJECT_HOMEPAGE_URL@
|
|
Version: @PROJECT_VERSION@
|
|
Cflags: -I"${includedir}"
|
|
Libs: -L"${libdir}" -lmbedcrypto
|