bakalarka/lib/lvgl_ili9341/CMakeLists.txt

5 lines
168 B
CMake
Raw Normal View History

2020-02-09 15:05:26 +00:00
set(SOURCES disp_spi.c ili9341.c tp_spi.c xpt2046.c)
idf_component_register(SRCS ${SOURCES}
INCLUDE_DIRS .
REQUIRES lvgl)