mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
071dc73954
* Also added encryption keys to CMakeLists.txt Closes https://github.com/espressif/esp-idf/issues/5347 Closes IDFGH-3372
5 lines
249 B
CMake
5 lines
249 B
CMake
idf_component_register(SRC_DIRS "."
|
|
PRIV_INCLUDE_DIRS "."
|
|
PRIV_REQUIRES unity test_utils nvs_flash bootloader_support
|
|
EMBED_TXTFILES encryption_keys.bin partition_encrypted.bin sample.bin)
|