CMakeLists.txt 264 B

1234567891011
  1. set(COMPONENT_ADD_INCLUDEDIRS .)
  2. set(COMPONENT_SRCS "dns_server.c" "http_server.c" "json.c" "wifi_manager.c")
  3. set(REQUIRES esp_common)
  4. set(COMPONENT_EMBED_FILES "style.css jquery.gz code.js index.html")
  5. set(REQUIRES_COMPONENTS freertos )
  6. register_component()