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

5 lines
214 B
CMake
Raw Normal View History

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