1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

programs, tests: Depend only on libmbedcrypto

Update the tests and programs to depend only on libmbedcrypto, since
we'll soon only build libmbedcrypto.
This commit is contained in:
Jaeden Amero
2018-11-02 10:13:30 +00:00
parent 0688e4f266
commit 986a15199d
11 changed files with 40 additions and 38 deletions

View File

@ -1,5 +1,5 @@
set(libs
mbedtls
mbedcrypto
)
add_executable(strerror strerror.c)