OVMS3-idf/components/esp-tls/CMakeLists.txt
2019-06-21 19:53:29 +08:00

5 lines
161 B
CMake

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