5 lines
229 B
CMake
5 lines
229 B
CMake
idf_component_register(SRCS "hello_world_main.c"
|
|
PRIV_REQUIRES spi_flash esp_driver_ppa esp_lcd
|
|
REQUIRES esp_mm esp_driver_ppa esp_timer lvgl
|
|
INCLUDE_DIRS "")
|