mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-10 12:53:29 +00:00
5 lines
170 B
CMake
5 lines
170 B
CMake
file(GLOB_RECURSE IMAGE_SOURCES images/*.c)
|
|
|
|
idf_component_register(SRCS "lvgl_example_main.c" "lvgl_demo_ui.c" ${IMAGE_SOURCES}
|
|
INCLUDE_DIRS ".")
|