esp-idf/examples/peripherals/camera/components/dsi_init/CMakeLists.txt

5 lines
154 B
CMake
Raw Normal View History

2024-04-24 04:59:20 -04:00
idf_component_register(SRCS "example_dsi_init.c"
INCLUDE_DIRS "."
REQUIRES esp_lcd
)