summary refs log blame commit diff stats
path: root/src/fe-web/meson.build
blob: 6772eeae508cf8e134abd7d4a87018a8ff90329c (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                       
                         

                                     

                
lipstixchat_web_sources = [
  'fe-web.c'
]

libsoup_dep = dependency('libsoup-3.0')
lipstixchat_web_deps = [
  hexchat_common_dep,
  libsoup_dep
]

executable('hexchat-web',
  sources: lipstixchat_web_sources,
  dependencies: lipstixchat_web_deps,
  install: true,
)