mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-07 06:42:56 +03:00
12 lines
259 B
CMake
12 lines
259 B
CMake
set(programs_target "${MBEDTLS_TARGET_PREFIX}programs")
|
|
add_custom_target(${programs_target})
|
|
|
|
if (NOT WIN32)
|
|
add_subdirectory(fuzz)
|
|
endif()
|
|
add_subdirectory(pkey)
|
|
add_subdirectory(ssl)
|
|
add_subdirectory(test)
|
|
add_subdirectory(util)
|
|
add_subdirectory(x509)
|