dmx-interface/components/storage/CMakeLists.txt

10 lines
142 B
CMake

idf_component_register(
SRCS
"src/storage.c"
INCLUDE_DIRS
"include"
REQUIRES
joltwallet__littlefs
PRIV_REQUIRES
vfs
logger)