This version of fourdst (v0.9.14) brings in the version libconfig which includes reflection based config filed (v2.0.2). This is a breaking change as any code which used versions of libconfig < v2.0.0 will no longer function when linked against this version of fourdst
8 lines
257 B
Meson
8 lines
257 B
Meson
config_p = subproject('libconfig',
|
|
default_options:[
|
|
'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')
|