2025-11-28 11:02:33 -05:00
|
|
|
plugin_p = subproject('libplugin', default_options: [
|
|
|
|
|
'pkg-config=' + pkg_config_bool_str,
|
2025-11-28 11:17:19 -05:00
|
|
|
'build-tests=' + get_option('build-tests').to_string(),
|
2025-11-28 11:02:33 -05:00
|
|
|
'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:54:01 -04:00
|
|
|
|
2025-08-06 11:58:48 -04:00
|
|
|
plugin_dep = plugin_p.get_variable('plugin_dep')
|
2025-08-06 12:43:19 -04:00
|
|
|
|
|
|
|
|
alias_target('build-libplugin', libplugin)
|