Files
Smart-flower-system/components/lvgl_st7735s_use/CMakeLists.txt
Wang Beihong fcc2d0825d first commit
2026-03-14 14:19:32 +08:00

4 lines
171 B
CMake

idf_component_register(SRCS "lvgl_st7735s_use.c"
INCLUDE_DIRS "include"
REQUIRES driver esp_lcd esp_lvgl_port
)