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

7 lines
165 B
CMake
Raw Normal View History

set(COMPONENT_SRCS "main.c" "file_server.c")
set(COMPONENT_ADD_INCLUDEDIRS ".")
set(COMPONENT_EMBED_FILES "favicon.ico" "upload_script.html")
register_component()