mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-20 01:08:15 +01:00
ScrollableExactApproximateExpressionsView (for future implementation of solver solution page)
31 lines
675 B
Makefile
31 lines
675 B
Makefile
snapshots += Calculation::App::Snapshot
|
|
snapshot_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\
|
|
)
|
|
test_objs += $(addprefix apps/calculation/, calculation.o calculation_store.o)
|
|
|
|
app_images += apps/calculation/calculation_icon.png
|
|
|