mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-13 17:20:21 +00:00
8 lines
121 B
Meson
8 lines
121 B
Meson
executable('zoitechat-text',
|
|
sources: [
|
|
'fe-text.c',
|
|
],
|
|
dependencies: zoitechat_common_dep,
|
|
install: true,
|
|
)
|