Files
system-control/main/CMakeLists.txt
2025-06-19 23:21:43 +02:00

15 lines
239 B
CMake
Executable File

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