mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-12-13 16:58:55 +08:00
12 lines
242 B
CMake
12 lines
242 B
CMake
set(COMPONENT_SRCDIRS "src")
|
|
set(COMPONENT_ADD_INCLUDEDIRS "include")
|
|
|
|
set(COMPONENT_REQUIRES "spi_flash" "util")
|
|
|
|
register_component()
|
|
|
|
target_link_libraries(nvs_flash stdc++)
|
|
|
|
component_compile_definitions(
|
|
NVS_CRC_HEADER_FILE="crc.h"
|
|
) |