mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-12-15 01:48:20 +08:00
6 lines
143 B
CMake
6 lines
143 B
CMake
if (CONFIG_MBEDTLS_V2)
|
|
set(MBEDTLS_V2 1)
|
|
message("Use MBEDTLS_V2")
|
|
endif()
|
|
|
|
include("${IDF_PATH}/components/mbedtls/mbedtls_v2/CMakeLists.txt") |