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