0
0
Fork 0
wireless-proxy-esp32/project_components/wt_storage/CMakeLists.txt

7 lines
148 B
CMake

file(GLOB SOURCES wt_nvs.c wt_storage.c)
idf_component_register(
SRCS ${SOURCES}
INCLUDE_DIRS "."
PRIV_REQUIRES nvs_flash
)