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

5 lines
161 B
CMake
Raw Normal View History

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