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