6 lines
230 B
Meson
6 lines
230 B
Meson
const_p = subproject('libconstants', default_options: ['pkg-config=' + pkg_config_bool_str])
|
|
const_dep = const_p.get_variable('const_dep')
|
|
libconst = const_p.get_variable('libconst')
|
|
|
|
alias_target('build-libconstants', libconst)
|