FluxDC/components/FluxUI/CMakeLists.txt
2025-03-27 14:57:30 +08:00

46 lines
1.2 KiB
CMake

SET(SOURCES screens/ui_pageWelCome.c
screens/ui_pageHome.c
screens/ui_pageSetting.c
screens/ui_pageBattery.c
screens/ui_pageDeviceInformation.c
screens/ui_pageWifiConnect.c
screens/ui_pageDebugChoice.c
screens/ui_pageSDCard.c
screens/ui_pageFluxRead.c
screens/ui_pageTimeDebug.c
screens/ui_pageFluxDebug.c
ui.c
components/ui_comp_hook.c
ui_helpers.c
ui_events.c
images/ui_img_start2_png.c
images/ui_img_340585291.c
images/ui_img_setting_png.c
images/ui_img_setting_pressed_png.c
images/ui_img_debug_png.c
images/ui_img_debugpressed_png.c
images/ui_img_fluxread_png.c
images/ui_img_fluxread_pressed_png.c
images/ui_img_981464361.c
fonts/ui_font_AlimamaAgileVF.c
fonts/ui_font_AlimamaAgileVFFangyuan40.c
fonts/ui_font_deviceInfo.c
fonts/ui_font_homePanelLabel.c
fonts/ui_font_homePlusText.c
fonts/ui_font_homeText.c
fonts/ui_font_homeText_1.c
fonts/ui_font_LenovoHTC.c
fonts/ui_font_MiSansB40.c
fonts/ui_font_MiSansM.c
fonts/ui_font_MiSansN.c
fonts/ui_font_MiSansN14.c
fonts/ui_font_symbols16.c
fonts/ui_font_symbolsalibaba.c
ui_event_wifi.c
ui_event_debug.c
)
idf_component_register(SRCS ${SOURCES}
PRIV_REQUIRES driver lvgl FluxWifi FluxUart FluxSD FluxProtocol lwip esp_netif
INCLUDE_DIRS "." )