Files
DistributedCollectorGateway/components/OFFLINE_STORAGE/CMakeLists.txt

6 lines
112 B
CMake

idf_component_register(
SRCS "OFFLINE_STORAGE.c"
INCLUDE_DIRS "include"
REQUIRES FLASH_SPIFS json
)