Files
PlantWater/main/CMakeLists.txt

18 lines
321 B
CMake

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