Files
the-waterinator/firmware/esp32/main/CMakeLists.txt
T
2025-11-27 15:55:42 +01:00

13 lines
502 B
CMake

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