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