esp-idf/components/spi_flash/test_apps/flash_encryption/main/CMakeLists.txt

7 wiersze
224 B
CMake

set(srcs "test_app_main.c"
"test_flash_encryption.c")
idf_component_register(SRCS ${srcs}
PRIV_REQUIRES unity spi_flash bootloader_support esp_partition
WHOLE_ARCHIVE)