mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2024-12-26 09:19:15 +00:00
8126a686d9
Do not do the same in the make build system yet, cmake build system only scope for this PR. Signed-off-by: Ronald Cron <ronald.cron@arm.com>
11 lines
310 B
PkgConfig
11 lines
310 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}" -ltfpsacrypto -lbuiltin -leverest -lp256m
|