Files
ota_ws_update/esp_encrypted_img/test/CMakeLists.txt
2023-10-09 09:57:55 +07:00

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)