Files
the-waterinator/firmware/esp32/main/CMakeLists.txt
T
2025-10-12 20:39:51 +02:00

11 lines
421 B
CMake

idf_component_register(SRCS "./main.cpp"
"./wifi.cpp"
INCLUDE_DIRS "../include"
REQUIRES esp_wifi
nvs_flash
esp_pm
esp_hw_support
esp_system
freertos
log)