mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-13 22:53:45 +01:00
6 lines
112 B
Meson
6 lines
112 B
Meson
|
shared_module('exec', 'exec.c',
|
||
|
dependencies: hexchat_plugin_dep,
|
||
|
install: true,
|
||
|
install_dir: plugindir
|
||
|
)
|