mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-30 04:00:02 +02:00
13 lines
262 B
Makefile
13 lines
262 B
Makefile
snapshots += Settings::App::Snapshot
|
|
snapshot_headers += apps/settings/app.h
|
|
|
|
app_objs += $(addprefix apps/settings/,\
|
|
app.o\
|
|
language_controller.o\
|
|
main_controller.o\
|
|
settings_node.o\
|
|
sub_controller.o\
|
|
)
|
|
|
|
app_images += apps/settings/settings_icon.png
|