OVMS3-idf/examples/system/console/components/cmd_nvs/CMakeLists.txt

8 lines
131 B
CMake
Raw Normal View History

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