esp-idf/components/spiffs/host_test/main/CMakeLists.txt
2022-09-12 14:14:09 +00:00

4 lines
163 B
CMake

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