You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
371 B
16 lines
371 B
set(COMPONENT_ADD_INCLUDEDIRS
|
|
"include" "files")
|
|
|
|
set(COMPONENT_SRCDIRS
|
|
"src" "files")
|
|
|
|
set(COMPONENT_REQUIRES tcpip_adapter esp_http_server httpd_utils common_utils)
|
|
|
|
#begin staticfiles
|
|
# generated by rebuild_file_tables
|
|
set(COMPONENT_EMBED_FILES
|
|
"files/embed/favicon.ico"
|
|
"files/embed/index.html")
|
|
#end staticfiles
|
|
|
|
register_component()
|
|
|