OVMS3-idf/examples/bluetooth/esp_ble_mesh/components/example_nvs/CMakeLists.txt

8 lines
138 B
CMake

set(COMPONENT_SRCS "ble_mesh_example_nvs.c")
set(COMPONENT_ADD_INCLUDEDIRS ".")
set(COMPONENT_REQUIRES nvs_flash)
register_component()