blob: 57f0f713bf0a845733f518a239c44df3fcf57238 (
plain)
1
2
3
|
option('build-by-default', type : 'boolean', value : true,
description : 'set to false to not actually build targets by default. This is a hack to deal with meson lacking a build_by_default default option and building subprojects by default'
)
|