bakalarka/lib/lvgl_ili9341/CMakeLists.txt
2020-02-09 16:05:26 +01:00

5 lines
168 B
CMake

set(SOURCES disp_spi.c ili9341.c tp_spi.c xpt2046.c)
idf_component_register(SRCS ${SOURCES}
INCLUDE_DIRS .
REQUIRES lvgl)