esp-project/main/CMakeLists.txt

5 lines
224 B
CMake
Raw Normal View History

2025-01-10 00:44:15 +01:00
idf_component_register(SRCS "wifi_connect.c" "main.c" "lcd.c"
PRIV_REQUIRES esp_wifi nvs_flash
REQUIRES lvgl esp_lcd driver esp_lcd_touch_gt911
2025-01-09 19:28:30 +01:00
INCLUDE_DIRS ".")