summary refs log tree commit diff stats
path: root/plugins/exec/meson.build
blob: 3f9e8a32123b31222ee1ce621a50ab75b8a0047f (plain) (blame)
1
2
3
4
5
shared_module('exec', 'exec.c',
  dependencies: hexchat_plugin_dep,
  install: true,
  install_dir: plugindir
)