6 lines
139 B
CMake
6 lines
139 B
CMake
|
file(GLOB SOURCES *.c)
|
||
|
|
||
|
idf_component_register(SRCS ${SOURCES}
|
||
|
INCLUDE_DIRS .
|
||
|
REQUIRES lvgl)
|