blob: 4c14a4b6f78c1269adf62664218fe8727bfd25ff (
plain)
1
2
3
4
5
6
7
8
|
# host-bin — the composition root (orchestrator-owned). The ONLY place that
# names every extension; activates them in dependency order (from slice 4).
executable(
'unbox',
'src/main.cpp',
dependencies: [kernel_dep, ext_xdg_shell_dep, ext_layer_shell_dep],
)
|