Add x509 library to utility programs

This commit adds Mbed TLS x509 as a library dependency for utility
programs. This is necessary for strerror.c to work correctly.

Signed-off-by: Harry Ramsey <harry.ramsey@arm.com>
This commit is contained in:
Harry Ramsey 2024-10-15 12:03:11 +01:00
parent bd77a35b95
commit 3901af52b8

View File

@ -1,5 +1,6 @@
set(libs
${mbedcrypto_target}
${mbedx509_target}
)
set(executables