mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
23 lines
654 B
Makefile
23 lines
654 B
Makefile
apps += Geometry::App
|
|
app_headers += apps/geometry/app.h
|
|
|
|
app_geometry_src = $(addprefix apps/geometry/,\
|
|
app.cpp \
|
|
list/figures_controller.cpp \
|
|
list/definition_type_controller.cpp \
|
|
list/figure_type_controller.cpp \
|
|
list/figure_parameters_controller.cpp \
|
|
list/objects_controller.cpp \
|
|
list/message_table_cell_with_selector.cpp \
|
|
figure_store.cpp \
|
|
graph/graph_controller.cpp \
|
|
graph/banner_view.cpp \
|
|
)
|
|
|
|
apps_src += $(app_geometry_src)
|
|
|
|
app_images += apps/geometry/geometry_icon.png
|
|
|
|
i18n_files += $(call i18n_with_universal_for,geometry/base)
|
|
|
|
$(eval $(call depends_on_image,apps/geometry/app.cpp,apps/geometry/geometry_icon.png)) |