mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-02 12:06:44 +00:00
4fdc999087
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
5 lines
87 B
Makefile
5 lines
87 B
Makefile
SRC_CC += sandboxed_runtime.cc
|
|
LIBS += sandbox
|
|
|
|
vpath %.cc $(REP_DIR)/src/lib/dialog
|