17 lines
410 B
CMake
17 lines
410 B
CMake
SET(SOURCES screens/ui_ScreenMain.c
|
|
screens/ui_ScreenSingleBPM.c
|
|
screens/ui_ScreenAllBPMStart.c
|
|
screens/ui_ScreenUse.c
|
|
ui.c
|
|
components/ui_comp_hook.c
|
|
ui_helpers.c
|
|
ui_events.c
|
|
fonts/ui_font_Mi25Medium.c
|
|
fonts/ui_font_Mi16Normal.c
|
|
fonts/ui_font_Mi22Normal.c
|
|
fonts/ui_font_Mi22Bold.c
|
|
fonts/ui_font_LENOVO22.c
|
|
fonts/ui_font_global.c)
|
|
|
|
add_library(ui ${SOURCES})
|