mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-05-13 16:02:11 +00:00
programs: ssl: cmake: Add missing executable
Add the missing executable in the list of executables to install. Signed-off-by: Ronald Cron <ronald.cron@arm.com> Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
fc253b38bb
commit
c7f8aec493
|
@ -14,6 +14,7 @@ set(targets
|
||||||
ssl_fork_server
|
ssl_fork_server
|
||||||
ssl_mail_client
|
ssl_mail_client
|
||||||
ssl_server
|
ssl_server
|
||||||
|
ssl_server2
|
||||||
)
|
)
|
||||||
|
|
||||||
if(USE_PKCS11_HELPER_LIBRARY)
|
if(USE_PKCS11_HELPER_LIBRARY)
|
||||||
|
|
Loading…
Reference in a new issue