Files
Upsilon/apps/home/Makefile
U-DESKTOP-L7NJ45P\Gegenter c172a27a8b Hungarian Language Added
2020-01-11 17:46:28 +01:00

17 lines
262 B
Makefile

app_home_src = $(addprefix apps/home/,\
app.cpp \
app_cell.cpp \
controller.cpp \
)
app_src += $(app_home_src)
i18n_files += $(addprefix apps/home/,\
base.de.i18n \
base.en.i18n \
base.es.i18n \
base.fr.i18n \
base.pt.i18n \
base.hu.i18n \
)