Files
system-control/main/CMakeLists.txt
2025-06-20 23:45:01 +02:00

15 lines
261 B
CMake
Executable File

idf_component_register(SRCS
"main.cpp"
"app_task.cpp"
"PersistenceManager.cpp"
"button_handling.c"
"hal/u8g2_esp32_hal.c"
INCLUDE_DIRS "."
PRIV_REQUIRES
insa
u8g2
driver
esp_timer
nvs_flash
)