2025-08-06 11:54:01 -04:00
|
|
|
const_p = subproject('libconstants', default_options: ['pkg-config=' + pkg_config_bool_str])
|
2025-07-22 13:51:43 -04:00
|
|
|
const_dep = const_p.get_variable('const_dep')
|
|
|
|
|
libconst = const_p.get_variable('libconst')
|
2025-08-06 12:43:19 -04:00
|
|
|
|
|
|
|
|
alias_target('build-libconstants', libconst)
|