5 lines
211 B
CMake
Raw Normal View History

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