dreamstack/devices/waveshare-p4-panel/main/CMakeLists.txt

12 lines
196 B
Text
Raw Normal View History

idf_component_register(
SRCS "main.c" "ds_codec.c"
INCLUDE_DIRS "."
REQUIRES
esp_wifi
esp_event
esp_lcd
esp_timer
nvs_flash
esp_psram
)