mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-09-04 17:29:58 +00:00
CMake: support "make programs"
Signed-off-by: Gilles Peskine <[email protected]>
This commit is contained in:
@@ -15,6 +15,7 @@ set(executables_no_common_c
|
||||
fuzz_x509csr
|
||||
fuzz_pkcs7
|
||||
)
|
||||
add_dependencies(${programs_target} ${executables_no_common_c})
|
||||
|
||||
set(executables_with_common_c
|
||||
fuzz_privkey
|
||||
@@ -23,6 +24,7 @@ set(executables_with_common_c
|
||||
fuzz_dtlsserver
|
||||
fuzz_server
|
||||
)
|
||||
add_dependencies(${programs_target} ${executables_with_common_c})
|
||||
|
||||
foreach(exe IN LISTS executables_no_common_c executables_with_common_c)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user