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

5 lines
211 B
CMake
Raw Normal View History

idf_component_register(SRCS "isp_dsi_main.c"
2024-04-24 04:59:20 -04:00
INCLUDE_DIRS "."
REQUIRES esp_mm esp_driver_isp esp_driver_cam esp_driver_i2c esp_lcd dsi_init
)