mirror of
https://gitlab.gnome.org/GNOME/libmks.git
synced 2025-04-14 08:27:16 +00:00
11 lines
172 B
Meson
11 lines
172 B
Meson
tools = {
|
|
'mks-connect': {},
|
|
'mks': {},
|
|
}
|
|
|
|
foreach tool, params: tools
|
|
tool_exe = executable(tool, '@0@.c'.format(tool),
|
|
dependencies: libmks_dep,
|
|
)
|
|
endforeach
|