bakalarka/lib/lv_examples/CMakeLists.txt

5 lines
158 B
CMake
Raw Normal View History

2020-02-09 15:25:35 +00:00
file(GLOB_RECURSE SOURCES lv_examples/*.c)
idf_component_register(SRCS ${SOURCES}
INCLUDE_DIRS .
REQUIRES lvgl)