5 lines
168 B
CMake
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)
|