- fixed examples cmake file to create TLS examples with mbedtls3

pull/521/head
Michael Zillgith 1 year ago
parent 6830e85d8c
commit bc9f0eaad8

@ -55,10 +55,10 @@ else()
set(BUILD_SV_GOOSE_EXAMPLES ON) set(BUILD_SV_GOOSE_EXAMPLES ON)
endif() endif()
if(WITH_MBEDTLS) if(WITH_MBEDTLS OR WITH_MBEDTLS3)
add_subdirectory(tls_client_example) add_subdirectory(tls_client_example)
add_subdirectory(tls_server_example) add_subdirectory(tls_server_example)
endif(WITH_MBEDTLS) endif(WITH_MBEDTLS OR WITH_MBEDTLS3)
if(${BUILD_SV_GOOSE_EXAMPLES}) if(${BUILD_SV_GOOSE_EXAMPLES})
add_subdirectory(server_example_goose) add_subdirectory(server_example_goose)

Loading…
Cancel
Save