Added submodule contents into tree
This commit is contained in:
11
externals/mbedtls/pkgconfig/mbedx509.pc.in
vendored
Normal file
11
externals/mbedtls/pkgconfig/mbedx509.pc.in
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
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
|
||||
Cflags: -I"${includedir}"
|
||||
Libs: -L"${libdir}" -lmbedx509
|
||||
Reference in New Issue
Block a user