mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-22 12:00:35 -04:00
Correct onefile name
Signed-off-by: Ben Taylor <ben.taylor@linaro.org>
This commit is contained in:
parent
52510b27fc
commit
60a5b32198
@ -31,7 +31,7 @@ foreach(exe IN LISTS executables_no_common_c executables_with_common_c)
|
|||||||
$<TARGET_OBJECTS:mbedtls_test_helpers>
|
$<TARGET_OBJECTS:mbedtls_test_helpers>
|
||||||
$<TARGET_OBJECTS:mbedtls_test>)
|
$<TARGET_OBJECTS:mbedtls_test>)
|
||||||
if(NOT FUZZINGENGINE_LIB)
|
if(NOT FUZZINGENGINE_LIB)
|
||||||
list(APPEND exe_sources ${MBEDTLS_DIR}/tf-psa-crypto/programs/fuzz/onefile.c)
|
list(APPEND exe_sources ${MBEDTLS_DIR}/tf-psa-crypto/programs/fuzz/fuzz_onefile.c)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# This emulates "if ( ... IN_LIST ... )" which becomes available in CMake 3.3
|
# This emulates "if ( ... IN_LIST ... )" which becomes available in CMake 3.3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user