mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 16:00:18 +00:00
7 lines
145 B
Meson
7 lines
145 B
Meson
shared_module('exec', 'exec.c',
|
|
dependencies: zoitechat_plugin_dep,
|
|
install: true,
|
|
install_dir: plugindir,
|
|
vs_module_defs: 'exec.def',
|
|
)
|