esp32_shock/components/nvs_storage/CMakeLists.txt

3 lines
120 B
CMake
Raw Normal View History

2024-04-29 17:35:50 +08:00
idf_component_register(SRCS "nvs_storage.c"
INCLUDE_DIRS "."
REQUIRES nvs_flash)