5 lines
158 B
CMake
5 lines
158 B
CMake
file(GLOB_RECURSE SOURCES lv_examples/*.c)
|
|
idf_component_register(SRCS ${SOURCES}
|
|
INCLUDE_DIRS .
|
|
REQUIRES lvgl)
|