1
0
Weather_ESP/components/tft/CMakeLists.txt

5 lines
145 B
CMake

FILE(GLOB SOURCES *.c)
idf_component_register(SRCS ${SOURCES}
INCLUDE_DIRS "."
REQUIRES spidriver)