Files
Upsilon/apps/solver/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

28 lines
509 B
Makefile

apps += Solver::App
app_headers += apps/solver/app.h
app_objs += $(addprefix apps/solver/,\
app.o\
equation_models_parameter_controller.o\
equation.o\
equation_list_view.o\
equation_store.o\
interval_controller.o\
list_controller.o\
solutions_controller.o\
)
i18n_files += $(addprefix apps/solver/,\
base.de.i18n\
base.en.i18n\
base.es.i18n\
base.fr.i18n\
base.pt.i18n\
)
tests += $(addprefix apps/solver/test/,\
equation_store.cpp\
)
app_images += apps/solver/solver_icon.png