Files
fourdst/build-config/libplugin/meson.build

10 lines
449 B
Meson
Raw Normal View History

plugin_p = subproject('libplugin', default_options: [
'pkg-config=' + pkg_config_bool_str,
'build-tests=' + get_option('build-tests').to_string(),
'python-wheel=' + get_option('build-python').to_string(),
])
2025-08-06 11:58:48 -04:00
libplugin = plugin_p.get_variable('libplugin')
2025-08-06 11:58:48 -04:00
plugin_dep = plugin_p.get_variable('plugin_dep')
alias_target('build-libplugin', libplugin)