Files
ESP8266_RTOS_SDK/components/mbedtls/CMakeLists.txt
2025-04-18 14:11:50 +08:00

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")