summary refs log tree commit diff stats
path: root/src/fe-text/meson.build
blob: 705d88528ce9dae82904d4ec9553ab89c145c80c (plain) (blame)
1
2
3
4
5
6
7
executable('hexchat-text',
  sources: [
    'fe-text.c',
  ],
  dependencies: hexchat_common_dep,
  install: true,
)