2025-08-06 12:06:22 -04:00
|
|
|
plugin_p = subproject('libplugin', default_options: ['pkg-config=' + pkg_config_bool_str, 'tests=' + get_option('tests').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')
|