Files
oled-counter-esp32/main/CMakeLists.txt
Elias Ahokas 022b5eb412 add lvgl
2025-10-15 20:51:21 +03:00

3 lines
108 B
CMake

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