OVMS3-idf/examples/system/console/components/cmd_nvs/CMakeLists.txt
2019-01-11 09:51:50 +08:00

8 lines
131 B
CMake

set(COMPONENT_ADD_INCLUDEDIRS .)
set(COMPONENT_SRCS "cmd_nvs.c")
set(COMPONENT_REQUIRES console nvs_flash)
register_component()