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

11 lines
467 B
Meson
Raw Normal View History

plugin_p = subproject('libplugin', default_options: [
2025-12-03 11:27:01 -05:00
'pkg-config=' + get_option('pkg_config').to_string(),
'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')
2025-12-03 11:27:01 -05:00
alias_target('build-libplugin', libplugin)