xchat/hexchat/plugins/upd/meson.build

10 lines
225 B
Meson
Raw Permalink Normal View History

2024-10-12 09:38:51 +00:00
winsparkle_dep = cc.find_library('WinSparkle')
shared_module('upd', 'upd.c',
dependencies: [winsparkle_dep, hexchat_plugin_dep],
install: true,
install_dir: plugindir,
name_prefix: '',
vs_module_defs: 'upd.def',
)