5 lines
95 B
CMake
5 lines
95 B
CMake
idf_component_register(
|
|
INCLUDE_DIRS "include"
|
|
SRCS "appfs.c"
|
|
REQUIRES spi_flash
|
|
)
|