Files
esp-idf/examples/storage/spiffs/main/CMakeLists.txt
T

4 lines
137 B
CMake
Raw Normal View History

idf_component_register(SRCS "spiffs_example_main.c"
PRIV_REQUIRES spiffs
INCLUDE_DIRS ".")