22 lines
563 B
CMake
22 lines
563 B
CMake
|
SET(SOURCES screens/ui_SplashScreen.c
|
||
|
screens/ui_HomeScreen.c
|
||
|
screens/ui_StatsScreen.c
|
||
|
screens/ui_ClockScreen.c
|
||
|
ui.c
|
||
|
components/ui_comp_hook.c
|
||
|
ui_helpers.c
|
||
|
ui_events.c
|
||
|
images/ui_img_sky_png.c
|
||
|
images/ui_img_1552732429.c
|
||
|
images/ui_img_metal2_png.c
|
||
|
fonts/ui_font_calculator128.c
|
||
|
fonts/ui_font_calculator16.c
|
||
|
fonts/ui_font_calculator24.c
|
||
|
fonts/ui_font_calculator32.c
|
||
|
fonts/ui_font_calculator48.c
|
||
|
fonts/ui_font_star24.c
|
||
|
fonts/ui_font_star32.c
|
||
|
fonts/ui_font_start16.c)
|
||
|
|
||
|
add_library(ui ${SOURCES})
|