mirror of
https://github.com/ok-home/ota_ws_update.git
synced 2025-11-13 22:03:27 +03:00
7 lines
280 B
CMake
7 lines
280 B
CMake
idf_component_register(SRC_DIRS "."
|
|
PRIV_INCLUDE_DIRS "."
|
|
REQUIRES unity
|
|
PRIV_REQUIRES cmock esp_encrypted_img
|
|
EMBED_TXTFILES certs/test_rsa_private_key.pem
|
|
EMBED_FILES image.bin)
|