blob: 89f2309612efe0a7a62d68453b9599510220455f [file] [log] [blame] [edit]
option(
'abi',
type: 'array',
description: 'Constrain exposed symbol classes',
choices: ['deprecated', 'stable', 'testing'],
value: ['deprecated', 'stable', 'testing'],
)
option(
'abi-compliance-check',
type: 'boolean',
description: 'Detect public ABI/API changes',
)
option(
'oem',
type: 'array',
description: 'Enable OEM PLDM extensions',
choices: ['ibm', 'meta'],
value: ['ibm', 'meta'],
)
option('tests', type: 'boolean', description: 'Build tests')
option(
'transport',
type: 'boolean',
description: 'Enable transport implementation',
)
option(
'tools',
type: 'array',
description: 'Tools to build with the library',
choices: ['pd'],
value: ['pd'],
)