mbedtls/programs/ssl
David Brown ff28df98f5 cmake: Avoid using target_properties for old cmake
CMake versions less than 3.0 do not support the `target_sources`
command.  In order to be able to support v2.8.12.2 of cmake, add the
extra targets directly to the target command.

This is a backport from the development branch, except that the uses in
this branch are simpler, and modifying the SOURCES property directly is
not needed.

Fixes #3801

Signed-off-by: David Brown <david.brown@linaro.org>
2020-11-04 10:43:58 -07:00
..
CMakeLists.txt cmake: Avoid using target_properties for old cmake 2020-11-04 10:43:58 -07:00
dtls_client.c Update copyright notices to use Linux Foundation guidance 2020-08-19 16:37:36 +02:00
dtls_server.c Update copyright notices to use Linux Foundation guidance 2020-08-19 16:37:36 +02:00
mini_client.c Update copyright notices to use Linux Foundation guidance 2020-08-19 16:37:36 +02:00
query_config.c Add an option to test constant-flow with valgrind 2020-08-25 11:26:37 +02:00
ssl_client1.c Update copyright notices to use Linux Foundation guidance 2020-08-19 16:37:36 +02:00
ssl_client2.c Update copyright notices to use Linux Foundation guidance 2020-08-19 16:37:36 +02:00
ssl_fork_server.c Update copyright notices to use Linux Foundation guidance 2020-08-19 16:37:36 +02:00
ssl_mail_client.c Update copyright notices to use Linux Foundation guidance 2020-08-19 16:37:36 +02:00
ssl_pthread_server.c Update copyright notices to use Linux Foundation guidance 2020-08-19 16:37:36 +02:00
ssl_server.c Update copyright notices to use Linux Foundation guidance 2020-08-19 16:37:36 +02:00
ssl_server2.c Update copyright notices to use Linux Foundation guidance 2020-08-19 16:37:36 +02:00