Files
ESP8266_RTOS_SDK/components/nvs_flash/CMakeLists.txt

7 lines
141 B
CMake

set(COMPONENT_SRCDIRS "src")
set(COMPONENT_ADD_INCLUDEDIRS "include")
set(COMPONENT_PRIV_REQUIRES "spi_flash" "util")
register_component()