]> granicus.if.org Git - esp-idf/blob - components/nvs_flash/CMakeLists.txt
Merge branch 'bugfix/btdm_coex_hw_blocking' into 'master'
[esp-idf] / components / nvs_flash / CMakeLists.txt
1 set(COMPONENT_SRCS "src/nvs_api.cpp"
2                    "src/nvs_encr.cpp"
3                    "src/nvs_item_hash_list.cpp"
4                    "src/nvs_ops.cpp"
5                    "src/nvs_page.cpp"
6                    "src/nvs_pagemanager.cpp"
7                    "src/nvs_storage.cpp"
8                    "src/nvs_types.cpp")
9 set(COMPONENT_ADD_INCLUDEDIRS include)
10
11 set(COMPONENT_REQUIRES spi_flash mbedtls)
12
13 register_component()