fix(libplugin): added ability to turn off tests
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
plugin_p = subproject('libplugin', default_options: ['pkg-config=' + pkg_config_bool_str])
|
plugin_p = subproject('libplugin', default_options: ['pkg-config=' + pkg_config_bool_str, 'tests=' + get_option('tests')])
|
||||||
libplugin = plugin_p.get_variable('libplugin')
|
libplugin = plugin_p.get_variable('libplugin')
|
||||||
|
|
||||||
plugin_dep = plugin_p.get_variable('plugin_dep')
|
plugin_dep = plugin_p.get_variable('plugin_dep')
|
||||||
|
|||||||
@@ -1 +1,2 @@
|
|||||||
option('pkg-config', type: 'boolean', value: false, description: 'generate pkg-config file for all libraries and fourdst (defaults to false to allow easy pip building)')
|
option('pkg-config', type: 'boolean', value: false, description: 'generate pkg-config file for all libraries and fourdst (defaults to false to allow easy pip building)')
|
||||||
|
option('tests', type: 'boolean', value: false, description: 'compile subproject tests')
|
||||||
|
|||||||
Reference in New Issue
Block a user