esp-idf/examples/protocols/http_server/captive_portal/main/CMakeLists.txt

4 wiersze
138 B
CMake

idf_component_register(SRCS "main.c" "dns_server.c"
INCLUDE_DIRS "include"
EMBED_FILES root.html)