Files
Upsilon/apps/reader/Makefile
Fournier Gabriel dd258a7975 Lister des fichiers
2020-11-16 23:37:45 +01:00

16 lines
376 B
Makefile

apps += reader::App
app_headers += apps/reader/app.h
app_sreader_src = $(addprefix apps/reader/,\
app.cpp \
list_book_controller.cpp \
utility.cpp \
)
apps_src += $(app_sreader_src)
app_images += apps/reader/reader_icon.png
i18n_files += $(call i18n_without_universal_for,reader/base)
$(eval $(call depends_on_image,apps/reader/app.cpp,apps/reader/reader_icon.png))