Files
Upsilon/apps/calculation/Makefile
Émilie Feral e75beb661f [apps/calculation] Add test for rinn buffer of calculation store
Change-Id: I99b9c75b7bc4927b693a67bb5c022d991eb8dec6
2017-05-30 13:17:22 +02:00

21 lines
475 B
Makefile

app_objs += $(addprefix apps/calculation/,\
app.o\
calculation.o\
calculation_store.o\
edit_expression_controller.o\
history_view_cell.o\
history_controller.o\
local_context.o\
scrollable_expression_view.o\
selectable_table_view.o\
text_field.o\
)
tests += $(addprefix apps/calculation/test/,\
calculation_store.cpp\
)
test_objs += $(addprefix apps/calculation/, calculation.o calculation_store.o)
app_images += apps/calculation/calculation_icon.png