Files
espressif--esp-idf/examples/peripherals/jpeg/jpeg_encode/main/CMakeLists.txt
T
2026-07-13 13:04:25 +08:00

6 lines
279 B
CMake

idf_component_register(SRCS "jpeg_encode_example_main.c"
PRIV_REQUIRES esp_driver_jpeg mbedtls
INCLUDE_DIRS ".")
target_add_binary_data(${COMPONENT_LIB} "${CMAKE_CURRENT_LIST_DIR}/assets/esp720p.rgb" BINARY RENAME_TO "esp720p_rgb")