Files
esp-idf/examples/security/nvs_encryption_hmac/main/CMakeLists.txt
T

4 lines
152 B
CMake
Raw Normal View History

idf_component_register(SRCS "main.c"
PRIV_REQUIRES nvs_flash spi_flash nvs_sec_provider
INCLUDE_DIRS ".")