esp-idf/examples/peripherals/camera/camera_dsi/main/CMakeLists.txt

5 lines
206 B
CMake
Raw Normal View History

2024-04-24 04:59:20 -04:00
idf_component_register(SRCS "camera_dsi_main.c"
INCLUDE_DIRS "."
2024-05-15 06:53:04 -04:00
REQUIRES esp_mm esp_driver_isp esp_driver_cam esp_driver_i2c dsi_init
)