mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-05-05 09:33:01 +02:00
Move back timing.c to mbedtls
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
@@ -4,6 +4,7 @@ set(libs
|
||||
|
||||
set(executables_libs
|
||||
metatest
|
||||
query_compile_time_config
|
||||
query_included_headers
|
||||
selftest
|
||||
udp_proxy
|
||||
@@ -13,7 +14,6 @@ add_dependencies(${ssl_opt_target} udp_proxy)
|
||||
|
||||
set(executables_mbedcrypto
|
||||
benchmark
|
||||
query_compile_time_config
|
||||
zeroize
|
||||
)
|
||||
add_dependencies(${programs_target} ${executables_mbedcrypto})
|
||||
|
||||
@@ -20,6 +20,8 @@ foreach(exe IN LISTS executables)
|
||||
endforeach()
|
||||
|
||||
target_link_libraries(cert_app ${mbedtls_target})
|
||||
# For mbedtls_timing_get_timer()
|
||||
target_link_libraries(load_roots ${mbedtls_target})
|
||||
|
||||
install(TARGETS ${executables}
|
||||
DESTINATION "bin"
|
||||
|
||||
Reference in New Issue
Block a user