mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 16:00:18 +00:00
8 lines
190 B
Meson
8 lines
190 B
Meson
shared_module('checksum', 'checksum.c',
|
|
dependencies: [libgio_dep, zoitechat_plugin_dep],
|
|
install: true,
|
|
install_dir: plugindir,
|
|
name_prefix: '',
|
|
vs_module_defs: 'checksum.def',
|
|
)
|