esp-idf/components/spiffs/host_test/main/CMakeLists.txt

4 lines
163 B
CMake
Raw Normal View History

idf_component_register(SRCS "host_test_spiffs.c"
PRIV_INCLUDE_DIRS "../.." "../../spiffs/src"
REQUIRES spiffs unity)