bakalarka/components/lvgl/CMakeLists.txt

6 lines
204 B
CMake
Raw Normal View History

2020-03-20 17:01:25 +00:00
file(GLOB_RECURSE SOURCES lvgl/src/*.c)
idf_component_register(SRCS ${SOURCES}
INCLUDE_DIRS . lvgl)
target_compile_definitions(${COMPONENT_LIB} INTERFACE LV_CONF_INCLUDE_SIMPLE=1)