genode/repos/gems/lib/mk/dialog.mk
Norman Feske 4fdc999087 Dialog API
The new API at gems/include/dialog/ aids the creation of simple GUI
applications based on the menu-view widget renderer. Its use is
illustrated by the simple test application at src/test/dialog/
that is accompanied with the dialog.run script.

Issue #5008
2023-10-04 13:22:06 +02:00

5 lines
87 B
Makefile

SRC_CC += sandboxed_runtime.cc
LIBS += sandbox
vpath %.cc $(REP_DIR)/src/lib/dialog