Прошло 2 года.
This commit is contained in:
8
lib/epdiy/examples/http-server/main/CMakeLists.txt
Normal file
8
lib/epdiy/examples/http-server/main/CMakeLists.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
set(
|
||||
app_sources "epd.c" "server.c" "main.c"
|
||||
)
|
||||
|
||||
idf_component_register(
|
||||
SRCS ${app_sources}
|
||||
REQUIRES epdiy esp_wifi nvs_flash esp_http_server esp_netif
|
||||
)
|
||||
Reference in New Issue
Block a user