CMakeLists.txt 185 B

1234
  1. idf_component_register(SRCS "src/https_server.c"
  2. INCLUDE_DIRS "include"
  3. REQUIRES esp_http_server openssl
  4. PRIV_REQUIRES lwip)