esp-idf/examples/peripherals/isp/multi_pipelines/main/CMakeLists.txt

5 lines
223 B
CMake

idf_component_register(SRCS "isp_dsi_main.c"
INCLUDE_DIRS "."
REQUIRES esp_mm esp_driver_isp esp_driver_cam esp_driver_i2c esp_lcd dsi_init sensor_init
)