Files
oled-counter-esp32/main/CMakeLists.txt
2025-10-15 21:52:37 +03:00

3 lines
124 B
CMake

idf_component_register(SRCS "main.c"
INCLUDE_DIRS "."
REQUIRES lvgl driver freertos)