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

3 wiersze
157 B
CMake
Czysty Zwykły widok Historia

idf_component_register(SRCS "main.c" "file_server.c"
INCLUDE_DIRS "."
EMBED_FILES "favicon.ico" "upload_script.html")