34 lines
838 B
CMake
34 lines
838 B
CMake
SET(SOURCES screens/ui_Home.c
|
|
screens/ui_settings.c
|
|
screens/ui_Batinfo.c
|
|
screens/ui_DeviceInfo.c
|
|
screens/ui_debugShow.c
|
|
screens/ui_wifiSet.c
|
|
screens/ui_debugmodeHome.c
|
|
screens/ui_SDCardInfo.c
|
|
ui.c
|
|
components/ui_comp_hook.c
|
|
ui_helpers.c
|
|
ui_events.c
|
|
images/ui_img_340585291.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
|
|
)
|
|
|
|
idf_component_register(SRCS ${SOURCES}
|
|
PRIV_REQUIRES driver lvgl FluxMod FluxWifi
|
|
INCLUDE_DIRS "." )
|