xchat/hexchat/plugins/exec/meson.build

7 lines
143 B
Meson
Raw Normal View History

2024-10-12 09:38:51 +00:00
shared_module('exec', 'exec.c',
dependencies: hexchat_plugin_dep,
install: true,
install_dir: plugindir,
vs_module_defs: 'exec.def',
)