File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -403,6 +403,9 @@ if(ENABLE_TESTING OR ENABLE_PROGRAMS)
403
403
endif ()
404
404
405
405
if (ENABLE_PROGRAMS)
406
+ set (ssl_opt_target "${MBEDTLS_TARGET_PREFIX} ssl-opt" )
407
+ add_custom_target (${ssl_opt_target} )
408
+
406
409
add_subdirectory (programs)
407
410
endif ()
408
411
Original file line number Diff line number Diff line change 1
1
set (programs_target "${MBEDTLS_TARGET_PREFIX} programs" )
2
2
add_custom_target (${programs_target} )
3
3
4
- set (ssl_opt_target "${MBEDTLS_TARGET_PREFIX} ssl-opt" )
5
- add_custom_target (${ssl_opt_target} )
6
-
7
4
add_subdirectory (aes)
8
5
add_subdirectory (cipher)
9
6
if (NOT WIN32 )
Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ if(GEN_FILES)
78
78
add_custom_target (tls13-compat.sh
79
79
DEPENDS ${CMAKE_CURRENT_SOURCE_DIR} /opt-testcases/tls13-compat.sh)
80
80
set_target_properties (tls13-compat.sh PROPERTIES EXCLUDE_FROM_ALL NO )
81
+ add_dependencies (${ssl_opt_target} tls13-compat.sh)
81
82
82
83
else ()
83
84
foreach (file ${all_generated_data_files} )
You can’t perform that action at this time.
0 commit comments