1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-12-24 17:41:01 +03:00

programs: ssl: cmake: Add missing executables

Add the executables missing in the list of executables
to install.

Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
Ronald Cron
2020-06-05 11:51:28 +02:00
parent 5df1be91f3
commit 27731130cf

View File

@@ -11,9 +11,11 @@ set(targets
mini_client
ssl_client1
ssl_client2
ssl_context_info
ssl_fork_server
ssl_mail_client
ssl_server
ssl_server2
)
if(USE_PKCS11_HELPER_LIBRARY)