Fix for x86_64 build fail
[platform/upstream/connectedhomeip.git] / examples / common / m5stack-tft / repo / components / spiffs / CMakeLists.txt
1 FILE(GLOB SOURCES *.c)
2 idf_component_register(SRCS ${SOURCES} INCLUDE_DIRS "."
3                        REQUIRES spi_flash)