esp-idf/components/esp-tls/CMakeLists.txt

6 wiersze
217 B
CMake
Czysty Zwykły widok Historia

idf_component_register(SRCS "esp_tls.c"
INCLUDE_DIRS "."
PRIV_INCLUDE_DIRS "private_include"
REQUIRES mbedtls
PRIV_REQUIRES lwip nghttp)