mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-31 07:26:28 +08:00
13 lines
399 B
CMake
13 lines
399 B
CMake
set(COMPONENT_ADD_INCLUDEDIRS include)
|
|
set(COMPONENT_PRIV_INCLUDEDIRS src/port/esp8266 src/util)
|
|
set(COMPONENT_SRCS "src/httpd_main.c"
|
|
"src/httpd_parse.c"
|
|
"src/httpd_sess.c"
|
|
"src/httpd_txrx.c"
|
|
"src/httpd_uri.c"
|
|
"src/util/ctrl_sock.c")
|
|
|
|
set(COMPONENT_PRIV_REQUIRES lwip http_parser)
|
|
|
|
register_component()
|