bakalarka/components/lv_examples/CMakeLists.txt

5 lines
158 B
CMake
Raw Normal View History

2020-03-20 17:01:25 +00:00
file(GLOB_RECURSE SOURCES lv_examples/*.c)
idf_component_register(SRCS ${SOURCES}
INCLUDE_DIRS .
REQUIRES lvgl)