Files
PlantWater/main/CMakeLists.txt
2025-07-17 20:41:25 -06:00

17 lines
295 B
CMake

idf_component_register(
SRCS
"main.c"
"wifi_manager.c"
"ota_server.c"
"plant_mqtt.c"
"led_strip.c"
INCLUDE_DIRS
"."
REQUIRES
nvs_flash
esp_wifi
esp_http_server
app_update
driver
mqtt
)