mch2022-talktopics/factory_test/components/appfs/CMakeLists.txt
2022-01-05 23:20:01 +01:00

5 lines
95 B
CMake

idf_component_register(
INCLUDE_DIRS "include"
SRCS "appfs.c"
REQUIRES spi_flash
)