2026-01-30 08:59:34 -05:00
|
|
|
config_p = subproject('libconfig',
|
|
|
|
|
default_options:[
|
2026-01-31 10:00:54 -05:00
|
|
|
'default_library=static',
|
2026-01-30 08:59:34 -05:00
|
|
|
'pkg_config=' + get_option('pkg_config').to_string(),
|
|
|
|
|
'build_tests=' + get_option('build_tests').to_string(),
|
|
|
|
|
'build_examples=false'
|
|
|
|
|
])
|
|
|
|
|
config_dep = config_p.get_variable('config_dep')
|