Files
Upsilon/apps/calculation/Makefile
Léa Saviot 56504525c9 [Makfile] Remove superfluous test_objs
We now build all objects even for test, so we do not need most of the
previous test_objs
2018-12-19 09:44:58 +01:00

29 lines
575 B
Makefile

apps += Calculation::App
app_headers += apps/calculation/app.h
app_objs += $(addprefix apps/calculation/,\
app.o\
calculation.o\
calculation_store.o\
edit_expression_controller.o\
expression_field.o\
history_view_cell.o\
history_controller.o\
scrollable_expression_view.o\
selectable_table_view.o\
)
i18n_files += $(addprefix apps/calculation/,\
base.de.i18n\
base.en.i18n\
base.es.i18n\
base.fr.i18n\
base.pt.i18n\
)
tests += $(addprefix apps/calculation/test/,\
calculation_store.cpp\
)
app_images += apps/calculation/calculation_icon.png