Files
system-control/main/CMakeLists.txt
Peter Siegmund 26723db8d8 code cleanup
Signed-off-by: Peter Siegmund <developer@mars3142.org>
2025-06-20 21:35:09 +02:00

13 lines
214 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
insa
u8g2
driver
esp_timer
)