OVMS3-idf/components/esp_https_server/CMakeLists.txt

5 lines
185 B
CMake
Raw Normal View History

idf_component_register(SRCS "src/https_server.c"
INCLUDE_DIRS "include"
REQUIRES esp_http_server openssl
PRIV_REQUIRES lwip)