mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-20 09:17:23 +01:00
20 lines
421 B
Makefile
20 lines
421 B
Makefile
snapshots += Statistics::App::Snapshot
|
|
snapshot_headers += apps/statistics/app.h
|
|
|
|
app_objs += $(addprefix apps/statistics/,\
|
|
app.o\
|
|
box_banner_view.o\
|
|
box_controller.o\
|
|
box_range.o\
|
|
box_view.o\
|
|
calculation_controller.o\
|
|
histogram_banner_view.o\
|
|
histogram_controller.o\
|
|
histogram_parameter_controller.o\
|
|
histogram_view.o\
|
|
store.o\
|
|
store_controller.o\
|
|
)
|
|
|
|
app_images += apps/statistics/stat_icon.png
|