mirror of
https://notabug.org/litucks/torzu.git
synced 2026-05-14 03:50:38 +00:00
11 lines
316 B
PkgConfig
11 lines
316 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@
|
|
Requires.private: mbedcrypto mbedx509
|
|
Cflags: -I"${includedir}"
|
|
Libs: -L"${libdir}" -lmbedtls
|