mirror of
https://github.com/espressif/esp32-camera.git
synced 2025-08-06 16:40:19 +08:00
5 lines
359 B
CMake
5 lines
359 B
CMake
idf_component_register(SRC_DIRS .
|
|
PRIV_INCLUDE_DIRS .
|
|
PRIV_REQUIRES test_utils esp32-camera nvs_flash
|
|
EMBED_TXTFILES pictures/testimg.jpeg pictures/test_outside.jpeg pictures/test_inside.jpeg pictures/logo.jpeg pictures/test_yuv422.yuv pictures/test_rgb565be.rgb pictures/test_rgb888.rgb)
|