mch2022-talktopics/factory_test/components/appfs/CMakeLists.txt

6 lines
95 B
CMake
Raw Normal View History

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